Html Css Color HEX #B28E0E Dark Goldenrod

📋 copy color: '#B28E0E'

red 178 ◦ green 142 ◦ blue 14

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

Shades of Dark Goldenrod #B28E0E

Tints of Dark Goldenrod #B28E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 53.29%
G = 42.51%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B28E0E (or 0xB28E0E) is known color: Dark Goldenrod. HEX triplet: B2, 8E and 0E. RGB value is (178,142,14). Sum of RGB (Red+Green+Blue) = 178+142+14=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28E0E is #4D71F1. Grayscale: #8A8A8A. Windows color (decimal): -5075442 or 954034. OLE color: 954034.

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

Color convert

RGB 178 142 14 -
CMYK 0 0.20 0.92 0.30
HSL 46.83º 0.85% 0.38% -
HSV(B) 46.83º 0.92% 0.7% -
XYZ 28.11 28.84 4.5 -
YUV 138.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 178 142 14 0 0.20 0.92 0.30 46.83 0.85 0.38
Hex B2 8E E 0 14 5C 1E 2F 55 26
Octal 262 216 16 0 24 134 36 57 125 46
Binary 10110010 10001110 1110 0 10100 1011100 11110 101111 1010101 100110

Color Harmonies of #B28E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E0E

Black with #B28E0E

Text Example


Text Example

White with #B28E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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