Html Css Color HEX #B69512 Buddha Gold

📋 copy color: '#B69512'

red 182 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #B69512

Tints of Buddha Gold #B69512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

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

R = 52.15%
G = 42.69%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B69512 (or 0xB69512) is known color: Buddha Gold. HEX triplet: B6, 95 and 12. RGB value is (182,149,18). Sum of RGB (Red+Green+Blue) = 182+149+18=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B69512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69512 is #496AED. Grayscale: #909090. Windows color (decimal): -4811502 or 1217974. OLE color: 1217974.

HSL color Cylindrical-coordinate representation of color #B69512: hue angle of 47.93º 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 #B69512 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 18 -
CMYK 0 0.18 0.90 0.29
HSL 47.93º 0.82% 0.39% -
HSV(B) 47.93º 0.9% 0.71% -
XYZ 30.15 31.48 5.06 -
YUV 143.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 182 149 18 0 0.18 0.90 0.29 47.93 0.82 0.39
Hex B6 95 12 0 12 5A 1D 30 52 27
Octal 266 225 22 0 22 132 35 60 122 47
Binary 10110110 10010101 10010 0 10010 1011010 11101 110000 1010010 100111

Color Harmonies of #B69512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69512

Black with #B69512

Text Example


Text Example

White with #B69512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69512; }

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

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

background-color css

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

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

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

border-color css

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

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

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