Html Css Color HEX #B38305 Dark Goldenrod

📋 copy color: '#B38305'

red 179 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #B38305

Tints of Dark Goldenrod #B38305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 56.83%
G = 41.59%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B38305 (or 0xB38305) is known color: Dark Goldenrod. HEX triplet: B3, 83 and 05. RGB value is (179,131,5). Sum of RGB (Red+Green+Blue) = 179+131+5=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B38305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38305 is #4C7CFA. Grayscale: #838383. Windows color (decimal): -5012731 or 361395. OLE color: 361395.

HSL color Cylindrical-coordinate representation of color #B38305: hue angle of 43.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B38305 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 5 -
CMYK 0 0.27 0.97 0.30
HSL 43.45º 0.95% 0.36% -
HSV(B) 43.45º 0.97% 0.7% -
XYZ 26.73 25.83 3.72 -
YUV 130.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 179 131 5 0 0.27 0.97 0.30 43.45 0.95 0.36
Hex B3 83 5 0 1B 61 1E 2B 5F 24
Octal 263 203 5 0 33 141 36 53 137 44
Binary 10110011 10000011 101 0 11011 1100001 11110 101011 1011111 100100

Color Harmonies of #B38305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38305

Black with #B38305

Text Example


Text Example

White with #B38305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38305; }

 p { color: rgb(179,131,5); }

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

background-color css

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

 a { background-color: rgb(179,131,5); }

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

border-color css

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

 span { border-color: rgb(179,131,5); }

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