Html Css Color HEX #B38015 Dark Goldenrod

📋 copy color: '#B38015'

red 179 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #B38015

Tints of Dark Goldenrod #B38015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 54.57%
G = 39.02%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B38015 (or 0xB38015) is known color: Dark Goldenrod. HEX triplet: B3, 80 and 15. RGB value is (179,128,21). Sum of RGB (Red+Green+Blue) = 179+128+21=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B38015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38015 is #4C7FEA. Grayscale: #838383. Windows color (decimal): -5013483 or 1409203. OLE color: 1409203.

HSL color Cylindrical-coordinate representation of color #B38015: hue angle of 40.63º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B38015 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 21 -
CMYK 0 0.28 0.88 0.30
HSL 40.63º 0.79% 0.39% -
HSV(B) 40.63º 0.88% 0.7% -
XYZ 26.44 25.08 4.16 -
YUV 131.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 179 128 21 0 0.28 0.88 0.30 40.63 0.79 0.39
Hex B3 80 15 0 1C 58 1E 29 4F 27
Octal 263 200 25 0 34 130 36 51 117 47
Binary 10110011 10000000 10101 0 11100 1011000 11110 101001 1001111 100111

Color Harmonies of #B38015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38015

Black with #B38015

Text Example


Text Example

White with #B38015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38015; }

 p { color: rgb(179,128,21); }

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

background-color css

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

 a { background-color: rgb(179,128,21); }

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

border-color css

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

 span { border-color: rgb(179,128,21); }

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