Html Css Color HEX #B29405 Dark Goldenrod

📋 copy color: '#B29405'

red 178 ◦ green 148 ◦ blue 5

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

Shades of Dark Goldenrod #B29405

Tints of Dark Goldenrod #B29405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

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

R = 53.78%
G = 44.71%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B29405 (or 0xB29405) is known color: Dark Goldenrod. HEX triplet: B2, 94 and 05. RGB value is (178,148,5). Sum of RGB (Red+Green+Blue) = 178+148+5=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B29405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29405 is #4D6BFA. Grayscale: #8D8D8D. Windows color (decimal): -5073915 or 365746. OLE color: 365746.

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

Color convert

RGB 178 148 5 -
CMYK 0 0.17 0.97 0.30
HSL 49.6º 0.95% 0.36% -
HSV(B) 49.6º 0.97% 0.7% -
XYZ 28.98 30.66 4.53 -
YUV 140.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 178 148 5 0 0.17 0.97 0.30 49.6 0.95 0.36
Hex B2 94 5 0 11 61 1E 32 5F 24
Octal 262 224 5 0 21 141 36 62 137 44
Binary 10110010 10010100 101 0 10001 1100001 11110 110010 1011111 100100

Color Harmonies of #B29405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29405

Black with #B29405

Text Example


Text Example

White with #B29405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29405; }

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

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

background-color css

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

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

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

border-color css

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

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

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