Html Css Color HEX #B05D0F Golden Brown

📋 copy color: '#B05D0F'

red 176 ◦ green 93 ◦ blue 15

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

Shades of Golden Brown #B05D0F

Tints of Golden Brown #B05D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 61.97%
G = 32.75%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B05D0F (or 0xB05D0F) is known color: Golden Brown. HEX triplet: B0, 5D and 0F. RGB value is (176,93,15). Sum of RGB (Red+Green+Blue) = 176+93+15=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D0F is #4FA2F0. Grayscale: #6D6D6D. Windows color (decimal): -5219057 or 1007024. OLE color: 1007024.

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

Color convert

RGB 176 93 15 -
CMYK 0 0.47 0.91 0.31
HSL 29.07º 0.84% 0.37% -
HSV(B) 29.07º 0.91% 0.69% -
XYZ 21.91 17.09 2.6 -
YUV 108.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 176 93 15 0 0.47 0.91 0.31 29.07 0.84 0.37
Hex B0 5D F 0 2F 5B 1F 1D 54 25
Octal 260 135 17 0 57 133 37 35 124 45
Binary 10110000 1011101 1111 0 101111 1011011 11111 11101 1010100 100101

Color Harmonies of #B05D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D0F

Black with #B05D0F

Text Example


Text Example

White with #B05D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D0F; }

 p { color: rgb(176,93,15); }

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

background-color css

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

 a { background-color: rgb(176,93,15); }

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

border-color css

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

 span { border-color: rgb(176,93,15); }

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