Html Css Color HEX #B27506 Dark Goldenrod

📋 copy color: '#B27506'

red 178 ◦ green 117 ◦ blue 6

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

Shades of Dark Goldenrod #B27506

Tints of Dark Goldenrod #B27506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

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

R = 59.14%
G = 38.87%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B27506 (or 0xB27506) is known color: Dark Goldenrod. HEX triplet: B2, 75 and 06. RGB value is (178,117,6). Sum of RGB (Red+Green+Blue) = 178+117+6=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B27506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27506 is #4D8AF9. Grayscale: #7B7B7B. Windows color (decimal): -5081850 or 423346. OLE color: 423346.

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

Color convert

RGB 178 117 6 -
CMYK 0 0.34 0.97 0.30
HSL 38.72º 0.93% 0.36% -
HSV(B) 38.72º 0.97% 0.7% -
XYZ 24.75 22.2 3.15 -
YUV 122.59 62.21 167.53 -
System Red Green Blue C M Y K H S L
Decimal 178 117 6 0 0.34 0.97 0.30 38.72 0.93 0.36
Hex B2 75 6 0 22 61 1E 27 5D 24
Octal 262 165 6 0 42 141 36 47 135 44
Binary 10110010 1110101 110 0 100010 1100001 11110 100111 1011101 100100

Color Harmonies of #B27506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27506

Black with #B27506

Text Example


Text Example

White with #B27506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27506; }

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

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

background-color css

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

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

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

border-color css

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

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

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