Html Css Color HEX #B05D0E Golden Brown

📋 copy color: '#B05D0E'

red 176 ◦ green 93 ◦ blue 14

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

Shades of Golden Brown #B05D0E

Tints of Golden Brown #B05D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 62.19%
G = 32.86%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B05D0E (or 0xB05D0E) is known color: Golden Brown. HEX triplet: B0, 5D and 0E. RGB value is (176,93,14). Sum of RGB (Red+Green+Blue) = 176+93+14=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D0E is #4FA2F1. Grayscale: #6D6D6D. Windows color (decimal): -5219058 or 941488. OLE color: 941488.

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

Color convert

RGB 176 93 14 -
CMYK 0 0.47 0.92 0.31
HSL 29.26º 0.85% 0.37% -
HSV(B) 29.26º 0.92% 0.69% -
XYZ 21.9 17.09 2.56 -
YUV 108.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 176 93 14 0 0.47 0.92 0.31 29.26 0.85 0.37
Hex B0 5D E 0 2F 5C 1F 1D 55 25
Octal 260 135 16 0 57 134 37 35 125 45
Binary 10110000 1011101 1110 0 101111 1011100 11111 11101 1010101 100101

Color Harmonies of #B05D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D0E

Black with #B05D0E

Text Example


Text Example

White with #B05D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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