Html Css Color HEX #B27F15 Dark Goldenrod

📋 copy color: '#B27F15'

red 178 ◦ green 127 ◦ blue 21

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

Shades of Dark Goldenrod #B27F15

Tints of Dark Goldenrod #B27F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 54.6%
G = 38.96%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B27F15 (or 0xB27F15) is known color: Dark Goldenrod. HEX triplet: B2, 7F and 15. RGB value is (178,127,21). Sum of RGB (Red+Green+Blue) = 178+127+21=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27F15 is #4D80EA. Grayscale: #828282. Windows color (decimal): -5079275 or 1408946. OLE color: 1408946.

HSL color Cylindrical-coordinate representation of color #B27F15: hue angle of 40.51º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B27F15 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 21 -
CMYK 0 0.29 0.88 0.30
HSL 40.51º 0.79% 0.39% -
HSV(B) 40.51º 0.88% 0.7% -
XYZ 26.08 24.7 4.1 -
YUV 130.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 178 127 21 0 0.29 0.88 0.30 40.51 0.79 0.39
Hex B2 7F 15 0 1D 58 1E 29 4F 27
Octal 262 177 25 0 35 130 36 51 117 47
Binary 10110010 1111111 10101 0 11101 1011000 11110 101001 1001111 100111

Color Harmonies of #B27F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F15

Black with #B27F15

Text Example


Text Example

White with #B27F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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