Html Css Color HEX #B27712 Dark Goldenrod

📋 copy color: '#B27712'

red 178 ◦ green 119 ◦ blue 18

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

Shades of Dark Goldenrod #B27712

Tints of Dark Goldenrod #B27712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 56.51%
G = 37.78%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B27712 (or 0xB27712) is known color: Dark Goldenrod. HEX triplet: B2, 77 and 12. RGB value is (178,119,18). Sum of RGB (Red+Green+Blue) = 178+119+18=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B27712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27712 is #4D88ED. Grayscale: #7D7D7D. Windows color (decimal): -5081326 or 1210290. OLE color: 1210290.

HSL color Cylindrical-coordinate representation of color #B27712: hue angle of 37.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B27712 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 18 -
CMYK 0 0.33 0.90 0.30
HSL 37.88º 0.82% 0.38% -
HSV(B) 37.88º 0.9% 0.7% -
XYZ 25.07 22.7 3.63 -
YUV 125.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 178 119 18 0 0.33 0.90 0.30 37.88 0.82 0.38
Hex B2 77 12 0 21 5A 1E 26 52 26
Octal 262 167 22 0 41 132 36 46 122 46
Binary 10110010 1110111 10010 0 100001 1011010 11110 100110 1010010 100110

Color Harmonies of #B27712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27712

Black with #B27712

Text Example


Text Example

White with #B27712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27712; }

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

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

background-color css

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

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

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

border-color css

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

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

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