Html Css Color HEX #B28602 Dark Goldenrod

📋 copy color: '#B28602'

red 178 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #B28602

Tints of Dark Goldenrod #B28602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 56.69%
G = 42.68%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28602 (or 0xB28602) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 02. RGB value is (178,134,2). Sum of RGB (Red+Green+Blue) = 178+134+2=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B28602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28602 is #4D79FD. Grayscale: #848484. Windows color (decimal): -5077502 or 165554. OLE color: 165554.

HSL color Cylindrical-coordinate representation of color #B28602: hue angle of 45º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B28602 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 2 -
CMYK 0 0.25 0.99 0.30
HSL 45º 0.98% 0.35% -
HSV(B) 45º 0.99% 0.7% -
XYZ 26.9 26.52 3.76 -
YUV 132.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 178 134 2 0 0.25 0.99 0.30 45 0.98 0.35
Hex B2 86 2 0 19 63 1E 2D 62 23
Octal 262 206 2 0 31 143 36 55 142 43
Binary 10110010 10000110 10 0 11001 1100011 11110 101101 1100010 100011

Color Harmonies of #B28602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28602

Black with #B28602

Text Example


Text Example

White with #B28602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28602; }

 p { color: rgb(178,134,2); }

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

background-color css

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

 a { background-color: rgb(178,134,2); }

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

border-color css

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

 span { border-color: rgb(178,134,2); }

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