Html Css Color HEX #BB4706 Rust

📋 copy color: '#BB4706'

red 187 ◦ green 71 ◦ blue 6

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

Shades of Rust #BB4706

Tints of Rust #BB4706

RGB

 RED value IS 187 (73.44% from 255) = 70.83%

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 70.83%
G = 26.89%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB4706 (or 0xBB4706) is known color: Rust. HEX triplet: BB, 47 and 06. RGB value is (187,71,6). Sum of RGB (Red+Green+Blue) = 187+71+6=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4706 is #44B8F9. Grayscale: #626262. Windows color (decimal): -4503802 or 411579. OLE color: 411579.

HSL color Cylindrical-coordinate representation of color #BB4706: hue angle of 21.55º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB4706 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 71 6 -
CMYK 0 0.62 0.97 0.27
HSL 21.55º 0.94% 0.38% -
HSV(B) 21.55º 0.97% 0.73% -
XYZ 22.78 15.08 1.88 -
YUV 98.27 75.93 191.29 -
System Red Green Blue C M Y K H S L
Decimal 187 71 6 0 0.62 0.97 0.27 21.55 0.94 0.38
Hex BB 47 6 0 3E 61 1B 16 5E 26
Octal 273 107 6 0 76 141 33 26 136 46
Binary 10111011 1000111 110 0 111110 1100001 11011 10110 1011110 100110

Color Harmonies of #BB4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4706

Black with #BB4706

Text Example


Text Example

White with #BB4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4706; }

 p { color: rgb(187,71,6); }

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

background-color css

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

 a { background-color: rgb(187,71,6); }

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

border-color css

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

 span { border-color: rgb(187,71,6); }

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