Html Css Color HEX #B27F19 Dark Goldenrod

📋 copy color: '#B27F19'

red 178 ◦ green 127 ◦ blue 25

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

Shades of Dark Goldenrod #B27F19

Tints of Dark Goldenrod #B27F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 53.94%
G = 38.48%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B27F19 (or 0xB27F19) is known color: Dark Goldenrod. HEX triplet: B2, 7F and 19. RGB value is (178,127,25). Sum of RGB (Red+Green+Blue) = 178+127+25=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27F19 is #4D80E6. Grayscale: #838383. Windows color (decimal): -5079271 or 1671090. OLE color: 1671090.

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

Color convert

RGB 178 127 25 -
CMYK 0 0.29 0.86 0.30
HSL 40º 0.75% 0.4% -
HSV(B) 40º 0.86% 0.7% -
XYZ 26.12 24.71 4.31 -
YUV 130.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 178 127 25 0 0.29 0.86 0.30 40 0.75 0.4
Hex B2 7F 19 0 1D 56 1E 28 4B 28
Octal 262 177 31 0 35 126 36 50 113 50
Binary 10110010 1111111 11001 0 11101 1010110 11110 101000 1001011 101000

Color Harmonies of #B27F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F19

Black with #B27F19

Text Example


Text Example

White with #B27F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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