Html Css Color HEX #B28108 Dark Goldenrod

📋 copy color: '#B28108'

red 178 ◦ green 129 ◦ blue 8

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

Shades of Dark Goldenrod #B28108

Tints of Dark Goldenrod #B28108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

 BLUE value IS 8 (3.52% from 255) = 2.54%

R = 56.51%
G = 40.95%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B28108 (or 0xB28108) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 08. RGB value is (178,129,8). Sum of RGB (Red+Green+Blue) = 178+129+8=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28108 is #4D7EF7. Grayscale: #828282. Windows color (decimal): -5078776 or 557490. OLE color: 557490.

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

Color convert

RGB 178 129 8 -
CMYK 0 0.28 0.96 0.30
HSL 42.71º 0.91% 0.36% -
HSV(B) 42.71º 0.96% 0.7% -
XYZ 26.25 25.18 3.71 -
YUV 129.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 178 129 8 0 0.28 0.96 0.30 42.71 0.91 0.36
Hex B2 81 8 0 1C 60 1E 2B 5B 24
Octal 262 201 10 0 34 140 36 53 133 44
Binary 10110010 10000001 1000 0 11100 1100000 11110 101011 1011011 100100

Color Harmonies of #B28108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28108

Black with #B28108

Text Example


Text Example

White with #B28108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28108; }

 p { color: rgb(178,129,8); }

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

background-color css

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

 a { background-color: rgb(178,129,8); }

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

border-color css

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

 span { border-color: rgb(178,129,8); }

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