Html Css Color HEX #B27F13 Dark Goldenrod

📋 copy color: '#B27F13'

red 178 ◦ green 127 ◦ blue 19

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

Shades of Dark Goldenrod #B27F13

Tints of Dark Goldenrod #B27F13

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 54.94%
G = 39.2%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27F13 (or 0xB27F13) is known color: Dark Goldenrod. HEX triplet: B2, 7F and 13. RGB value is (178,127,19). Sum of RGB (Red+Green+Blue) = 178+127+19=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27F13 is #4D80EC. Grayscale: #828282. Windows color (decimal): -5079277 or 1277874. OLE color: 1277874.

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

Color convert

RGB 178 127 19 -
CMYK 0 0.29 0.89 0.30
HSL 40.75º 0.81% 0.39% -
HSV(B) 40.75º 0.89% 0.7% -
XYZ 26.07 24.69 4.01 -
YUV 129.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 178 127 19 0 0.29 0.89 0.30 40.75 0.81 0.39
Hex B2 7F 13 0 1D 59 1E 29 51 27
Octal 262 177 23 0 35 131 36 51 121 47
Binary 10110010 1111111 10011 0 11101 1011001 11110 101001 1010001 100111

Color Harmonies of #B27F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F13

Black with #B27F13

Text Example


Text Example

White with #B27F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F13; }

 p { color: rgb(178,127,19); }

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

background-color css

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

 a { background-color: rgb(178,127,19); }

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

border-color css

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

 span { border-color: rgb(178,127,19); }

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