Html Css Color HEX #B38402 Dark Goldenrod

📋 copy color: '#B38402'

red 179 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #B38402

Tints of Dark Goldenrod #B38402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

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

R = 57.19%
G = 42.17%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38402 (or 0xB38402) is known color: Dark Goldenrod. HEX triplet: B3, 84 and 02. RGB value is (179,132,2). Sum of RGB (Red+Green+Blue) = 179+132+2=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B38402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38402 is #4C7BFD. Grayscale: #838383. Windows color (decimal): -5012478 or 165043. OLE color: 165043.

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

Color convert

RGB 179 132 2 -
CMYK 0 0.26 0.99 0.30
HSL 44.07º 0.98% 0.35% -
HSV(B) 44.07º 0.99% 0.7% -
XYZ 26.85 26.09 3.68 -
YUV 131.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 179 132 2 0 0.26 0.99 0.30 44.07 0.98 0.35
Hex B3 84 2 0 1A 63 1E 2C 62 23
Octal 263 204 2 0 32 143 36 54 142 43
Binary 10110011 10000100 10 0 11010 1100011 11110 101100 1100010 100011

Color Harmonies of #B38402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38402

Black with #B38402

Text Example


Text Example

White with #B38402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38402; }

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

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

background-color css

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

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

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

border-color css

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

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

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