Html Css Color HEX #B05A08 Golden Brown

📋 copy color: '#B05A08'

red 176 ◦ green 90 ◦ blue 8

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

Shades of Golden Brown #B05A08

Tints of Golden Brown #B05A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 64.23%
G = 32.85%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05A08 (or 0xB05A08) is known color: Golden Brown. HEX triplet: B0, 5A and 08. RGB value is (176,90,8). Sum of RGB (Red+Green+Blue) = 176+90+8=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A08 is #4FA5F7. Grayscale: #6A6A6A. Windows color (decimal): -5219832 or 547504. OLE color: 547504.

HSL color Cylindrical-coordinate representation of color #B05A08: hue angle of 29.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B05A08 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 8 -
CMYK 0 0.49 0.95 0.31
HSL 29.29º 0.91% 0.36% -
HSV(B) 29.29º 0.95% 0.69% -
XYZ 21.6 16.56 2.29 -
YUV 106.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 176 90 8 0 0.49 0.95 0.31 29.29 0.91 0.36
Hex B0 5A 8 0 31 5F 1F 1D 5B 24
Octal 260 132 10 0 61 137 37 35 133 44
Binary 10110000 1011010 1000 0 110001 1011111 11111 11101 1011011 100100

Color Harmonies of #B05A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A08

Black with #B05A08

Text Example


Text Example

White with #B05A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A08; }

 p { color: rgb(176,90,8); }

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

background-color css

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

 a { background-color: rgb(176,90,8); }

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

border-color css

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

 span { border-color: rgb(176,90,8); }

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