Html Css Color HEX #B28305 Dark Goldenrod

📋 copy color: '#B28305'

red 178 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #B28305

Tints of Dark Goldenrod #B28305

RGB

 RED value IS 178 (69.92% from 255) = 56.69%

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

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

R = 56.69%
G = 41.72%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B28305 (or 0xB28305) is known color: Dark Goldenrod. HEX triplet: B2, 83 and 05. RGB value is (178,131,5). Sum of RGB (Red+Green+Blue) = 178+131+5=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B28305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28305 is #4D7CFA. Grayscale: #838383. Windows color (decimal): -5078267 or 361394. OLE color: 361394.

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

Color convert

RGB 178 131 5 -
CMYK 0 0.26 0.97 0.30
HSL 43.7º 0.95% 0.36% -
HSV(B) 43.7º 0.97% 0.7% -
XYZ 26.5 25.71 3.71 -
YUV 130.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 178 131 5 0 0.26 0.97 0.30 43.7 0.95 0.36
Hex B2 83 5 0 1A 61 1E 2C 5F 24
Octal 262 203 5 0 32 141 36 54 137 44
Binary 10110010 10000011 101 0 11010 1100001 11110 101100 1011111 100100

Color Harmonies of #B28305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28305

Black with #B28305

Text Example


Text Example

White with #B28305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28305; }

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

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

background-color css

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

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

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

border-color css

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

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

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