Html Css Color HEX #B27706 Dark Goldenrod

📋 copy color: '#B27706'

red 178 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #B27706

Tints of Dark Goldenrod #B27706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 58.75%
G = 39.27%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B27706 (or 0xB27706) is known color: Dark Goldenrod. HEX triplet: B2, 77 and 06. RGB value is (178,119,6). Sum of RGB (Red+Green+Blue) = 178+119+6=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B27706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27706 is #4D88F9. Grayscale: #7C7C7C. Windows color (decimal): -5081338 or 423858. OLE color: 423858.

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

Color convert

RGB 178 119 6 -
CMYK 0 0.33 0.97 0.30
HSL 39.42º 0.93% 0.36% -
HSV(B) 39.42º 0.97% 0.7% -
XYZ 24.99 22.67 3.23 -
YUV 123.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 178 119 6 0 0.33 0.97 0.30 39.42 0.93 0.36
Hex B2 77 6 0 21 61 1E 27 5D 24
Octal 262 167 6 0 41 141 36 47 135 44
Binary 10110010 1110111 110 0 100001 1100001 11110 100111 1011101 100100

Color Harmonies of #B27706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27706

Black with #B27706

Text Example


Text Example

White with #B27706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27706; }

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

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

background-color css

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

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

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

border-color css

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

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

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