Html Css Color HEX #B28E05 Dark Goldenrod

📋 copy color: '#B28E05'

red 178 ◦ green 142 ◦ blue 5

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

Shades of Dark Goldenrod #B28E05

Tints of Dark Goldenrod #B28E05

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.69%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 54.77%
G = 43.69%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B28E05 (or 0xB28E05) is known color: Dark Goldenrod. HEX triplet: B2, 8E and 05. RGB value is (178,142,5). Sum of RGB (Red+Green+Blue) = 178+142+5=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28E05 is #4D71FA. Grayscale: #898989. Windows color (decimal): -5075451 or 364210. OLE color: 364210.

HSL color Cylindrical-coordinate representation of color #B28E05: hue angle of 47.51º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B28E05 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 142 5 -
CMYK 0 0.20 0.97 0.30
HSL 47.51º 0.95% 0.36% -
HSV(B) 47.51º 0.97% 0.7% -
XYZ 28.06 28.82 4.23 -
YUV 137.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 178 142 5 0 0.20 0.97 0.30 47.51 0.95 0.36
Hex B2 8E 5 0 14 61 1E 30 5F 24
Octal 262 216 5 0 24 141 36 60 137 44
Binary 10110010 10001110 101 0 10100 1100001 11110 110000 1011111 100100

Color Harmonies of #B28E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E05

Black with #B28E05

Text Example


Text Example

White with #B28E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E05; }

 p { color: rgb(178,142,5); }

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

background-color css

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

 a { background-color: rgb(178,142,5); }

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

border-color css

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

 span { border-color: rgb(178,142,5); }

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