Html Css Color HEX #B69912 Buddha Gold

📋 copy color: '#B69912'

red 182 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #B69912

Tints of Buddha Gold #B69912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.34%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 51.56%
G = 43.34%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B69912 (or 0xB69912) is known color: Buddha Gold. HEX triplet: B6, 99 and 12. RGB value is (182,153,18). Sum of RGB (Red+Green+Blue) = 182+153+18=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B69912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69912 is #4966ED. Grayscale: #929292. Windows color (decimal): -4810478 or 1218998. OLE color: 1218998.

HSL color Cylindrical-coordinate representation of color #B69912: hue angle of 49.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B69912 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 18 -
CMYK 0 0.16 0.90 0.29
HSL 49.39º 0.82% 0.39% -
HSV(B) 49.39º 0.9% 0.71% -
XYZ 30.79 32.77 5.27 -
YUV 146.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 182 153 18 0 0.16 0.90 0.29 49.39 0.82 0.39
Hex B6 99 12 0 10 5A 1D 31 52 27
Octal 266 231 22 0 20 132 35 61 122 47
Binary 10110110 10011001 10010 0 10000 1011010 11101 110001 1010010 100111

Color Harmonies of #B69912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69912

Black with #B69912

Text Example


Text Example

White with #B69912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69912; }

 p { color: rgb(182,153,18); }

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

background-color css

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

 a { background-color: rgb(182,153,18); }

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

border-color css

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

 span { border-color: rgb(182,153,18); }

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