Html Css Color HEX #B05E04 Golden Brown

📋 copy color: '#B05E04'

red 176 ◦ green 94 ◦ blue 4

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

Shades of Golden Brown #B05E04

Tints of Golden Brown #B05E04

RGB

 RED value IS 176 (69.14% from 255) = 64.23%

 GREEN value IS 94 (37.11% from 255) = 34.31%

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 64.23%
G = 34.31%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05E04 (or 0xB05E04) is known color: Golden Brown. HEX triplet: B0, 5E and 04. RGB value is (176,94,4). Sum of RGB (Red+Green+Blue) = 176+94+4=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E04 is #4FA1FB. Grayscale: #6C6C6C. Windows color (decimal): -5218812 or 286384. OLE color: 286384.

HSL color Cylindrical-coordinate representation of color #B05E04: hue angle of 31.4º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B05E04 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 94 4 -
CMYK 0 0.47 0.98 0.31
HSL 31.4º 0.96% 0.35% -
HSV(B) 31.4º 0.98% 0.69% -
XYZ 21.93 17.24 2.29 -
YUV 108.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 176 94 4 0 0.47 0.98 0.31 31.4 0.96 0.35
Hex B0 5E 4 0 2F 62 1F 1F 60 23
Octal 260 136 4 0 57 142 37 37 140 43
Binary 10110000 1011110 100 0 101111 1100010 11111 11111 1100000 100011

Color Harmonies of #B05E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E04

Black with #B05E04

Text Example


Text Example

White with #B05E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E04; }

 p { color: rgb(176,94,4); }

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

background-color css

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

 a { background-color: rgb(176,94,4); }

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

border-color css

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

 span { border-color: rgb(176,94,4); }

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