Html Css Color HEX #B27614 Dark Goldenrod

📋 copy color: '#B27614'

red 178 ◦ green 118 ◦ blue 20

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

Shades of Dark Goldenrod #B27614

Tints of Dark Goldenrod #B27614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 56.33%
G = 37.34%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27614 (or 0xB27614) is known color: Dark Goldenrod. HEX triplet: B2, 76 and 14. RGB value is (178,118,20). Sum of RGB (Red+Green+Blue) = 178+118+20=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B27614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27614 is #4D89EB. Grayscale: #7D7D7D. Windows color (decimal): -5081580 or 1341106. OLE color: 1341106.

HSL color Cylindrical-coordinate representation of color #B27614: hue angle of 37.22º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B27614 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 20 -
CMYK 0 0.34 0.89 0.30
HSL 37.22º 0.8% 0.39% -
HSV(B) 37.22º 0.89% 0.7% -
XYZ 24.96 22.47 3.68 -
YUV 124.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 178 118 20 0 0.34 0.89 0.30 37.22 0.8 0.39
Hex B2 76 14 0 22 59 1E 25 50 27
Octal 262 166 24 0 42 131 36 45 120 47
Binary 10110010 1110110 10100 0 100010 1011001 11110 100101 1010000 100111

Color Harmonies of #B27614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27614

Black with #B27614

Text Example


Text Example

White with #B27614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27614; }

 p { color: rgb(178,118,20); }

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

background-color css

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

 a { background-color: rgb(178,118,20); }

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

border-color css

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

 span { border-color: rgb(178,118,20); }

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