Html Css Color HEX #B79A1F Buddha Gold

📋 copy color: '#B79A1F'

red 183 ◦ green 154 ◦ blue 31

#B79A1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B79A1F

Tints of Buddha Gold #B79A1F

RGB

 RED value IS 183 (71.88% from 255) = 49.73%

 GREEN value IS 154 (60.55% from 255) = 41.85%

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 49.73%
G = 41.85%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B79A1F (or 0xB79A1F) is known color: Buddha Gold. HEX triplet: B7, 9A and 1F. RGB value is (183,154,31). Sum of RGB (Red+Green+Blue) = 183+154+31=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A1F is #4865E0. Grayscale: #959595. Windows color (decimal): -4744673 or 2071223. OLE color: 2071223.

HSL color Cylindrical-coordinate representation of color #B79A1F: hue angle of 48.55º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B79A1F is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 154 31 -
CMYK 0 0.16 0.83 0.28
HSL 48.55º 0.71% 0.42% -
HSV(B) 48.55º 0.83% 0.72% -
XYZ 31.33 33.28 6.07 -
YUV 148.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 183 154 31 0 0.16 0.83 0.28 48.55 0.71 0.42
Hex B7 9A 1F 0 10 53 1C 31 47 2A
Octal 267 232 37 0 20 123 34 61 107 52
Binary 10110111 10011010 11111 0 10000 1010011 11100 110001 1000111 101010

Color Harmonies of #B79A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79A1F

Black with #B79A1F

Text Example


Text Example

White with #B79A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79A1F; }

 p { color: rgb(183,154,31); }

 H1.HeaderClassName
 {
   color: #B79A1F;
 }
 .AnyTagClassName
 {
   color: #B79A1F;
 }
</style>

background-color css

<style>
 a { background-color: #B79A1F; }

 a { background-color: rgb(183,154,31); }

 div.DivClassName
 {
   background-color: #B79A1F;
 }
 .BgClassName
 {
   background-color: #B79A1F;
 }
</style>

border-color css

<style>
 span { border-color: #B79A1F; }

 span { border-color: rgb(183,154,31); }

 td.TdClassName
 {
   border-color: #B79A1F;
 }
 .TagClassName
 {
   border-color: #B79A1F;
 }
</style>