Html Css Color HEX #B27714 Dark Goldenrod

📋 copy color: '#B27714'

red 178 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #B27714

Tints of Dark Goldenrod #B27714

RGB

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

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

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

R = 56.15%
G = 37.54%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27714 (or 0xB27714) is known color: Dark Goldenrod. HEX triplet: B2, 77 and 14. RGB value is (178,119,20). Sum of RGB (Red+Green+Blue) = 178+119+20=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B27714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27714 is #4D88EB. Grayscale: #7D7D7D. Windows color (decimal): -5081324 or 1341362. OLE color: 1341362.

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

Color convert

RGB 178 119 20 -
CMYK 0 0.33 0.89 0.30
HSL 37.59º 0.8% 0.39% -
HSV(B) 37.59º 0.89% 0.7% -
XYZ 25.08 22.71 3.72 -
YUV 125.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 178 119 20 0 0.33 0.89 0.30 37.59 0.8 0.39
Hex B2 77 14 0 21 59 1E 26 50 27
Octal 262 167 24 0 41 131 36 46 120 47
Binary 10110010 1110111 10100 0 100001 1011001 11110 100110 1010000 100111

Color Harmonies of #B27714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27714

Black with #B27714

Text Example


Text Example

White with #B27714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27714; }

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

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

background-color css

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

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

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

border-color css

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

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

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