Html Css Color HEX #B39906 Buddha Gold

📋 copy color: '#B39906'

red 179 ◦ green 153 ◦ blue 6

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

Shades of Buddha Gold #B39906

Tints of Buddha Gold #B39906

RGB

 RED value IS 179 (70.31% from 255) = 52.96%

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

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 52.96%
G = 45.27%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B39906 (or 0xB39906) is known color: Buddha Gold. HEX triplet: B3, 99 and 06. RGB value is (179,153,6). Sum of RGB (Red+Green+Blue) = 179+153+6=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B39906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39906 is #4C66F9. Grayscale: #909090. Windows color (decimal): -5007098 or 432563. OLE color: 432563.

HSL color Cylindrical-coordinate representation of color #B39906: hue angle of 50.98º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B39906 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 153 6 -
CMYK 0 0.15 0.97 0.30
HSL 50.98º 0.94% 0.36% -
HSV(B) 50.98º 0.97% 0.7% -
XYZ 30.01 32.38 4.84 -
YUV 144.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 179 153 6 0 0.15 0.97 0.30 50.98 0.94 0.36
Hex B3 99 6 0 F 61 1E 33 5E 24
Octal 263 231 6 0 17 141 36 63 136 44
Binary 10110011 10011001 110 0 1111 1100001 11110 110011 1011110 100100

Color Harmonies of #B39906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39906

Black with #B39906

Text Example


Text Example

White with #B39906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39906; }

 p { color: rgb(179,153,6); }

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

background-color css

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

 a { background-color: rgb(179,153,6); }

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

border-color css

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

 span { border-color: rgb(179,153,6); }

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