Html Css Color HEX #B38202 Dark Goldenrod

📋 copy color: '#B38202'

red 179 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #B38202

Tints of Dark Goldenrod #B38202

RGB

 RED value IS 179 (70.31% from 255) = 57.56%

 GREEN value IS 130 (51.17% from 255) = 41.8%

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

R = 57.56%
G = 41.8%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38202 (or 0xB38202) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 02. RGB value is (179,130,2). Sum of RGB (Red+Green+Blue) = 179+130+2=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B38202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38202 is #4C7DFD. Grayscale: #828282. Windows color (decimal): -5012990 or 164531. OLE color: 164531.

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

Color convert

RGB 179 130 2 -
CMYK 0 0.27 0.99 0.30
HSL 43.39º 0.98% 0.35% -
HSV(B) 43.39º 0.99% 0.7% -
XYZ 26.58 25.55 3.59 -
YUV 130.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 179 130 2 0 0.27 0.99 0.30 43.39 0.98 0.35
Hex B3 82 2 0 1B 63 1E 2B 62 23
Octal 263 202 2 0 33 143 36 53 142 43
Binary 10110011 10000010 10 0 11011 1100011 11110 101011 1100010 100011

Color Harmonies of #B38202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38202

Black with #B38202

Text Example


Text Example

White with #B38202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38202; }

 p { color: rgb(179,130,2); }

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

background-color css

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

 a { background-color: rgb(179,130,2); }

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

border-color css

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

 span { border-color: rgb(179,130,2); }

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