Html Css Color HEX #B69C0C Buddha Gold

📋 copy color: '#B69C0C'

red 182 ◦ green 156 ◦ blue 12

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

Shades of Buddha Gold #B69C0C

Tints of Buddha Gold #B69C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 52%
G = 44.57%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B69C0C (or 0xB69C0C) is known color: Buddha Gold. HEX triplet: B6, 9C and 0C. RGB value is (182,156,12). Sum of RGB (Red+Green+Blue) = 182+156+12=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69C0C is #4963F3. Grayscale: #939393. Windows color (decimal): -4809716 or 826550. OLE color: 826550.

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

Color convert

RGB 182 156 12 -
CMYK 0 0.14 0.93 0.29
HSL 50.82º 0.88% 0.38% -
HSV(B) 50.82º 0.93% 0.71% -
XYZ 31.25 33.75 5.22 -
YUV 147.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 182 156 12 0 0.14 0.93 0.29 50.82 0.88 0.38
Hex B6 9C C 0 E 5D 1D 33 58 26
Octal 266 234 14 0 16 135 35 63 130 46
Binary 10110110 10011100 1100 0 1110 1011101 11101 110011 1011000 100110

Color Harmonies of #B69C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C0C

Black with #B69C0C

Text Example


Text Example

White with #B69C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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