Html Css Color HEX #BB4908 Rust

📋 copy color: '#BB4908'

red 187 ◦ green 73 ◦ blue 8

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

Shades of Rust #BB4908

Tints of Rust #BB4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

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

R = 69.78%
G = 27.24%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB4908 (or 0xBB4908) is known color: Rust. HEX triplet: BB, 49 and 08. RGB value is (187,73,8). Sum of RGB (Red+Green+Blue) = 187+73+8=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4908 is #44B6F7. Grayscale: #646464. Windows color (decimal): -4503288 or 543163. OLE color: 543163.

HSL color Cylindrical-coordinate representation of color #BB4908: hue angle of 21.79º 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 #BB4908 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 8 -
CMYK 0 0.61 0.96 0.27
HSL 21.79º 0.92% 0.38% -
HSV(B) 21.79º 0.96% 0.73% -
XYZ 22.92 15.35 1.98 -
YUV 99.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 187 73 8 0 0.61 0.96 0.27 21.79 0.92 0.38
Hex BB 49 8 0 3D 60 1B 16 5C 26
Octal 273 111 10 0 75 140 33 26 134 46
Binary 10111011 1001001 1000 0 111101 1100000 11011 10110 1011100 100110

Color Harmonies of #BB4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4908

Black with #BB4908

Text Example


Text Example

White with #BB4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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