Html Css Color HEX #B38102 Dark Goldenrod

📋 copy color: '#B38102'

red 179 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #B38102

Tints of Dark Goldenrod #B38102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 57.74%
G = 41.61%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38102 (or 0xB38102) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 02. RGB value is (179,129,2). Sum of RGB (Red+Green+Blue) = 179+129+2=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B38102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38102 is #4C7EFD. Grayscale: #828282. Windows color (decimal): -5013246 or 164275. OLE color: 164275.

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

Color convert

RGB 179 129 2 -
CMYK 0 0.28 0.99 0.30
HSL 43.05º 0.98% 0.35% -
HSV(B) 43.05º 0.99% 0.7% -
XYZ 26.45 25.29 3.54 -
YUV 129.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 179 129 2 0 0.28 0.99 0.30 43.05 0.98 0.35
Hex B3 81 2 0 1C 63 1E 2B 62 23
Octal 263 201 2 0 34 143 36 53 142 43
Binary 10110011 10000001 10 0 11100 1100011 11110 101011 1100010 100011

Color Harmonies of #B38102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38102

Black with #B38102

Text Example


Text Example

White with #B38102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38102; }

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

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

background-color css

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

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

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

border-color css

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

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

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