Html Css Color HEX #BB4208 Rust

📋 copy color: '#BB4208'

red 187 ◦ green 66 ◦ blue 8

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

Shades of Rust #BB4208

Tints of Rust #BB4208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

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

R = 71.65%
G = 25.29%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB4208 (or 0xBB4208) is known color: Rust. HEX triplet: BB, 42 and 08. RGB value is (187,66,8). Sum of RGB (Red+Green+Blue) = 187+66+8=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4208 is #44BDF7. Grayscale: #5F5F5F. Windows color (decimal): -4505080 or 541371. OLE color: 541371.

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

Color convert

RGB 187 66 8 -
CMYK 0 0.65 0.96 0.27
HSL 19.44º 0.92% 0.38% -
HSV(B) 19.44º 0.96% 0.73% -
XYZ 22.49 14.48 1.84 -
YUV 95.57 78.59 193.22 -
System Red Green Blue C M Y K H S L
Decimal 187 66 8 0 0.65 0.96 0.27 19.44 0.92 0.38
Hex BB 42 8 0 41 60 1B 13 5C 26
Octal 273 102 10 0 101 140 33 23 134 46
Binary 10111011 1000010 1000 0 1000001 1100000 11011 10011 1011100 100110

Color Harmonies of #BB4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4208

Black with #BB4208

Text Example


Text Example

White with #BB4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4208; }

 p { color: rgb(187,66,8); }

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

background-color css

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

 a { background-color: rgb(187,66,8); }

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

border-color css

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

 span { border-color: rgb(187,66,8); }

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