Html Css Color HEX #B27412 Dark Goldenrod

📋 copy color: '#B27412'

red 178 ◦ green 116 ◦ blue 18

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

Shades of Dark Goldenrod #B27412

Tints of Dark Goldenrod #B27412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 57.05%
G = 37.18%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B27412 (or 0xB27412) is known color: Dark Goldenrod. HEX triplet: B2, 74 and 12. RGB value is (178,116,18). Sum of RGB (Red+Green+Blue) = 178+116+18=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B27412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27412 is #4D8BED. Grayscale: #7B7B7B. Windows color (decimal): -5082094 or 1209522. OLE color: 1209522.

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

Color convert

RGB 178 116 18 -
CMYK 0 0.35 0.90 0.30
HSL 36.75º 0.82% 0.38% -
HSV(B) 36.75º 0.9% 0.7% -
XYZ 24.71 22 3.52 -
YUV 123.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 178 116 18 0 0.35 0.90 0.30 36.75 0.82 0.38
Hex B2 74 12 0 23 5A 1E 25 52 26
Octal 262 164 22 0 43 132 36 45 122 46
Binary 10110010 1110100 10010 0 100011 1011010 11110 100101 1010010 100110

Color Harmonies of #B27412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27412

Black with #B27412

Text Example


Text Example

White with #B27412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27412; }

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

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

background-color css

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

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

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

border-color css

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

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

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