Html Css Color HEX #B28B02 Dark Goldenrod

📋 copy color: '#B28B02'

red 178 ◦ green 139 ◦ blue 2

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

Shades of Dark Goldenrod #B28B02

Tints of Dark Goldenrod #B28B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.57%

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

R = 55.8%
G = 43.57%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28B02 (or 0xB28B02) is known color: Dark Goldenrod. HEX triplet: B2, 8B and 02. RGB value is (178,139,2). Sum of RGB (Red+Green+Blue) = 178+139+2=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28B02 is #4D74FD. Grayscale: #878787. Windows color (decimal): -5076222 or 166834. OLE color: 166834.

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

Color convert

RGB 178 139 2 -
CMYK 0 0.22 0.99 0.30
HSL 46.7º 0.98% 0.35% -
HSV(B) 46.7º 0.99% 0.7% -
XYZ 27.6 27.93 3.99 -
YUV 135.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 178 139 2 0 0.22 0.99 0.30 46.7 0.98 0.35
Hex B2 8B 2 0 16 63 1E 2F 62 23
Octal 262 213 2 0 26 143 36 57 142 43
Binary 10110010 10001011 10 0 10110 1100011 11110 101111 1100010 100011

Color Harmonies of #B28B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B02

Black with #B28B02

Text Example


Text Example

White with #B28B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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