Html Css Color HEX #B27906 Dark Goldenrod

📋 copy color: '#B27906'

red 178 ◦ green 121 ◦ blue 6

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

Shades of Dark Goldenrod #B27906

Tints of Dark Goldenrod #B27906

RGB

 RED value IS 178 (69.92% from 255) = 58.36%

 GREEN value IS 121 (47.66% from 255) = 39.67%

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

R = 58.36%
G = 39.67%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B27906 (or 0xB27906) is known color: Dark Goldenrod. HEX triplet: B2, 79 and 06. RGB value is (178,121,6). Sum of RGB (Red+Green+Blue) = 178+121+6=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B27906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27906 is #4D86F9. Grayscale: #7D7D7D. Windows color (decimal): -5080826 or 424370. OLE color: 424370.

HSL color Cylindrical-coordinate representation of color #B27906: hue angle of 40.12º degrees, saturation: 0.93, 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 #B27906 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 6 -
CMYK 0 0.32 0.97 0.30
HSL 40.12º 0.93% 0.36% -
HSV(B) 40.12º 0.97% 0.7% -
XYZ 25.23 23.15 3.31 -
YUV 124.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 178 121 6 0 0.32 0.97 0.30 40.12 0.93 0.36
Hex B2 79 6 0 20 61 1E 28 5D 24
Octal 262 171 6 0 40 141 36 50 135 44
Binary 10110010 1111001 110 0 100000 1100001 11110 101000 1011101 100100

Color Harmonies of #B27906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27906

Black with #B27906

Text Example


Text Example

White with #B27906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27906; }

 p { color: rgb(178,121,6); }

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

background-color css

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

 a { background-color: rgb(178,121,6); }

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

border-color css

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

 span { border-color: rgb(178,121,6); }

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