Html Css Color HEX #B28F0E Dark Goldenrod

📋 copy color: '#B28F0E'

red 178 ◦ green 143 ◦ blue 14

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

Shades of Dark Goldenrod #B28F0E

Tints of Dark Goldenrod #B28F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

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

R = 53.13%
G = 42.69%
B = 4.18%

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

#B28F0E (or 0xB28F0E) is known color: Dark Goldenrod. HEX triplet: B2, 8F and 0E. RGB value is (178,143,14). Sum of RGB (Red+Green+Blue) = 178+143+14=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28F0E is #4D70F1. Grayscale: #8B8B8B. Windows color (decimal): -5075186 or 954290. OLE color: 954290.

HSL color Cylindrical-coordinate representation of color #B28F0E: hue angle of 47.2º 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 #B28F0E is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 14 -
CMYK 0 0.20 0.92 0.30
HSL 47.2º 0.85% 0.38% -
HSV(B) 47.2º 0.92% 0.7% -
XYZ 28.26 29.14 4.55 -
YUV 138.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 178 143 14 0 0.20 0.92 0.30 47.2 0.85 0.38
Hex B2 8F E 0 14 5C 1E 2F 55 26
Octal 262 217 16 0 24 134 36 57 125 46
Binary 10110010 10001111 1110 0 10100 1011100 11110 101111 1010101 100110

Color Harmonies of #B28F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F0E

Black with #B28F0E

Text Example


Text Example

White with #B28F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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