Html Css Color HEX #B69C18 Buddha Gold

📋 copy color: '#B69C18'

red 182 ◦ green 156 ◦ blue 24

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

Shades of Buddha Gold #B69C18

Tints of Buddha Gold #B69C18

RGB

 RED value IS 182 (71.48% from 255) = 50.28%

 GREEN value IS 156 (61.33% from 255) = 43.09%

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 50.28%
G = 43.09%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B69C18 (or 0xB69C18) is known color: Buddha Gold. HEX triplet: B6, 9C and 18. RGB value is (182,156,24). Sum of RGB (Red+Green+Blue) = 182+156+24=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69C18 is #4963E7. Grayscale: #959595. Windows color (decimal): -4809704 or 1612982. OLE color: 1612982.

HSL color Cylindrical-coordinate representation of color #B69C18: hue angle of 50.13º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B69C18 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 156 24 -
CMYK 0 0.14 0.87 0.29
HSL 50.13º 0.77% 0.4% -
HSV(B) 50.13º 0.87% 0.71% -
XYZ 31.34 33.79 5.73 -
YUV 148.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 182 156 24 0 0.14 0.87 0.29 50.13 0.77 0.4
Hex B6 9C 18 0 E 57 1D 32 4D 28
Octal 266 234 30 0 16 127 35 62 115 50
Binary 10110110 10011100 11000 0 1110 1010111 11101 110010 1001101 101000

Color Harmonies of #B69C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C18

Black with #B69C18

Text Example


Text Example

White with #B69C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C18; }

 p { color: rgb(182,156,24); }

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

background-color css

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

 a { background-color: rgb(182,156,24); }

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

border-color css

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

 span { border-color: rgb(182,156,24); }

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