Html Css Color HEX #B05C12 Golden Brown

📋 copy color: '#B05C12'

red 176 ◦ green 92 ◦ blue 18

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

Shades of Golden Brown #B05C12

Tints of Golden Brown #B05C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 61.54%
G = 32.17%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05C12 (or 0xB05C12) is known color: Golden Brown. HEX triplet: B0, 5C and 12. RGB value is (176,92,18). Sum of RGB (Red+Green+Blue) = 176+92+18=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C12 is #4FA3ED. Grayscale: #6D6D6D. Windows color (decimal): -5219310 or 1203376. OLE color: 1203376.

HSL color Cylindrical-coordinate representation of color #B05C12: hue angle of 28.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05C12 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 92 18 -
CMYK 0 0.48 0.90 0.31
HSL 28.1º 0.81% 0.38% -
HSV(B) 28.1º 0.9% 0.69% -
XYZ 21.84 16.93 2.69 -
YUV 108.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 176 92 18 0 0.48 0.90 0.31 28.1 0.81 0.38
Hex B0 5C 12 0 30 5A 1F 1C 51 26
Octal 260 134 22 0 60 132 37 34 121 46
Binary 10110000 1011100 10010 0 110000 1011010 11111 11100 1010001 100110

Color Harmonies of #B05C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C12

Black with #B05C12

Text Example


Text Example

White with #B05C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C12; }

 p { color: rgb(176,92,18); }

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

background-color css

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

 a { background-color: rgb(176,92,18); }

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

border-color css

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

 span { border-color: rgb(176,92,18); }

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