Html Css Color HEX #B28C02 Dark Goldenrod

📋 copy color: '#B28C02'

red 178 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #B28C02

Tints of Dark Goldenrod #B28C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.75%

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

R = 55.63%
G = 43.75%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28C02 (or 0xB28C02) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 02. RGB value is (178,140,2). Sum of RGB (Red+Green+Blue) = 178+140+2=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C02 is #4D73FD. Grayscale: #888888. Windows color (decimal): -5075966 or 167090. OLE color: 167090.

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

Color convert

RGB 178 140 2 -
CMYK 0 0.21 0.99 0.30
HSL 47.05º 0.98% 0.35% -
HSV(B) 47.05º 0.99% 0.7% -
XYZ 27.75 28.23 4.04 -
YUV 135.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 178 140 2 0 0.21 0.99 0.30 47.05 0.98 0.35
Hex B2 8C 2 0 15 63 1E 2F 62 23
Octal 262 214 2 0 25 143 36 57 142 43
Binary 10110010 10001100 10 0 10101 1100011 11110 101111 1100010 100011

Color Harmonies of #B28C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C02

Black with #B28C02

Text Example


Text Example

White with #B28C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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