Html Css Color HEX #B27E0A Dark Goldenrod

📋 copy color: '#B27E0A'

red 178 ◦ green 126 ◦ blue 10

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

Shades of Dark Goldenrod #B27E0A

Tints of Dark Goldenrod #B27E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 56.69%
G = 40.13%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B27E0A (or 0xB27E0A) is known color: Dark Goldenrod. HEX triplet: B2, 7E and 0A. RGB value is (178,126,10). Sum of RGB (Red+Green+Blue) = 178+126+10=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E0A is #4D81F5. Grayscale: #808080. Windows color (decimal): -5079542 or 687794. OLE color: 687794.

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

Color convert

RGB 178 126 10 -
CMYK 0 0.29 0.94 0.30
HSL 41.43º 0.89% 0.37% -
HSV(B) 41.43º 0.94% 0.7% -
XYZ 25.88 24.41 3.63 -
YUV 128.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 178 126 10 0 0.29 0.94 0.30 41.43 0.89 0.37
Hex B2 7E A 0 1D 5E 1E 29 59 25
Octal 262 176 12 0 35 136 36 51 131 45
Binary 10110010 1111110 1010 0 11101 1011110 11110 101001 1011001 100101

Color Harmonies of #B27E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E0A

Black with #B27E0A

Text Example


Text Example

White with #B27E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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