Html Css Color HEX #BE4B08 Rust

📋 copy color: '#BE4B08'

red 190 ◦ green 75 ◦ blue 8

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

Shades of Rust #BE4B08

Tints of Rust #BE4B08

RGB

 RED value IS 190 (74.61% from 255) = 69.6%

 GREEN value IS 75 (29.69% from 255) = 27.47%

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

R = 69.6%
G = 27.47%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE4B08 (or 0xBE4B08) is known color: Rust. HEX triplet: BE, 4B and 08. RGB value is (190,75,8). Sum of RGB (Red+Green+Blue) = 190+75+8=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4B08 is #41B4F7. Grayscale: #666666. Windows color (decimal): -4306168 or 543678. OLE color: 543678.

HSL color Cylindrical-coordinate representation of color #BE4B08: hue angle of 22.09º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE4B08 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 75 8 -
CMYK 0 0.61 0.96 0.25
HSL 22.09º 0.92% 0.39% -
HSV(B) 22.09º 0.96% 0.75% -
XYZ 23.8 16 2.06 -
YUV 101.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 190 75 8 0 0.61 0.96 0.25 22.09 0.92 0.39
Hex BE 4B 8 0 3D 60 19 16 5C 27
Octal 276 113 10 0 75 140 31 26 134 47
Binary 10111110 1001011 1000 0 111101 1100000 11001 10110 1011100 100111

Color Harmonies of #BE4B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B08

Black with #BE4B08

Text Example


Text Example

White with #BE4B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B08; }

 p { color: rgb(190,75,8); }

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

background-color css

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

 a { background-color: rgb(190,75,8); }

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

border-color css

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

 span { border-color: rgb(190,75,8); }

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