Html Css Color HEX #B27512 Dark Goldenrod

📋 copy color: '#B27512'

red 178 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #B27512

Tints of Dark Goldenrod #B27512

RGB

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

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

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

R = 56.87%
G = 37.38%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B27512 (or 0xB27512) is known color: Dark Goldenrod. HEX triplet: B2, 75 and 12. RGB value is (178,117,18). Sum of RGB (Red+Green+Blue) = 178+117+18=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B27512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27512 is #4D8AED. Grayscale: #7C7C7C. Windows color (decimal): -5081838 or 1209778. OLE color: 1209778.

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

Color convert

RGB 178 117 18 -
CMYK 0 0.34 0.90 0.30
HSL 37.13º 0.82% 0.38% -
HSV(B) 37.13º 0.9% 0.7% -
XYZ 24.83 22.23 3.55 -
YUV 123.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 178 117 18 0 0.34 0.90 0.30 37.13 0.82 0.38
Hex B2 75 12 0 22 5A 1E 25 52 26
Octal 262 165 22 0 42 132 36 45 122 46
Binary 10110010 1110101 10010 0 100010 1011010 11110 100101 1010010 100110

Color Harmonies of #B27512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27512

Black with #B27512

Text Example


Text Example

White with #B27512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27512; }

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

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

background-color css

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

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

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

border-color css

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

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

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