Html Css Color HEX #B27E1A Dark Goldenrod

📋 copy color: '#B27E1A'

red 178 ◦ green 126 ◦ blue 26

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

Shades of Dark Goldenrod #B27E1A

Tints of Dark Goldenrod #B27E1A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.18%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 53.94%
G = 38.18%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B27E1A (or 0xB27E1A) is known color: Dark Goldenrod. HEX triplet: B2, 7E and 1A. RGB value is (178,126,26). Sum of RGB (Red+Green+Blue) = 178+126+26=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E1A is #4D81E5. Grayscale: #828282. Windows color (decimal): -5079526 or 1736370. OLE color: 1736370.

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

Color convert

RGB 178 126 26 -
CMYK 0 0.29 0.85 0.30
HSL 39.47º 0.75% 0.4% -
HSV(B) 39.47º 0.85% 0.7% -
XYZ 26.01 24.46 4.33 -
YUV 130.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 178 126 26 0 0.29 0.85 0.30 39.47 0.75 0.4
Hex B2 7E 1A 0 1D 55 1E 27 4B 28
Octal 262 176 32 0 35 125 36 47 113 50
Binary 10110010 1111110 11010 0 11101 1010101 11110 100111 1001011 101000

Color Harmonies of #B27E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E1A

Black with #B27E1A

Text Example


Text Example

White with #B27E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E1A; }

 p { color: rgb(178,126,26); }

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

background-color css

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

 a { background-color: rgb(178,126,26); }

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

border-color css

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

 span { border-color: rgb(178,126,26); }

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