Html Css Color HEX #B28405 Dark Goldenrod

📋 copy color: '#B28405'

red 178 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #B28405

Tints of Dark Goldenrod #B28405

RGB

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

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

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

R = 56.51%
G = 41.9%
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

#B28405 (or 0xB28405) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 05. RGB value is (178,132,5). Sum of RGB (Red+Green+Blue) = 178+132+5=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28405 is #4D7BFA. Grayscale: #838383. Windows color (decimal): -5078011 or 361650. OLE color: 361650.

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

Color convert

RGB 178 132 5 -
CMYK 0 0.26 0.97 0.30
HSL 44.05º 0.95% 0.36% -
HSV(B) 44.05º 0.97% 0.7% -
XYZ 26.64 25.98 3.75 -
YUV 131.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 178 132 5 0 0.26 0.97 0.30 44.05 0.95 0.36
Hex B2 84 5 0 1A 61 1E 2C 5F 24
Octal 262 204 5 0 32 141 36 54 137 44
Binary 10110010 10000100 101 0 11010 1100001 11110 101100 1011111 100100

Color Harmonies of #B28405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28405

Black with #B28405

Text Example


Text Example

White with #B28405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28405; }

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

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

background-color css

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

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

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

border-color css

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

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

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