Html Css Color HEX #462227 Bulgarian Rose

📋 copy color: '#462227'

red 70 ◦ green 34 ◦ blue 39

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

Shades of Bulgarian Rose #462227

Tints of Bulgarian Rose #462227

RGB

 RED value IS 70 (27.73% from 255) = 48.95%

 GREEN value IS 34 (13.67% from 255) = 23.78%

 BLUE value IS 39 (15.63% from 255) = 27.27%

R = 48.95%
G = 23.78%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#462227 (or 0x462227) is known color: Bulgarian Rose. HEX triplet: 46, 22 and 27. RGB value is (70,34,39). Sum of RGB (Red+Green+Blue) = 70+34+39=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462227 is #B9DDD8. Grayscale: #2D2D2D. Windows color (decimal): -12180953 or 2564678. OLE color: 2564678.

HSL color Cylindrical-coordinate representation of color #462227: hue angle of 351.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462227 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 34 39 -
CMYK 0 0.51 0.44 0.73
HSL 351.67º 0.35% 0.2% -
HSV(B) 351.67º 0.51% 0.27% -
XYZ 3.46 2.59 2.24 -
YUV 45.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 70 34 39 0 0.51 0.44 0.73 351.67 0.35 0.2
Hex 46 22 27 0 33 2C 49 160 23 14
Octal 106 42 47 0 63 54 111 540 43 24
Binary 1000110 100010 100111 0 110011 101100 1001001 101100000 100011 10100

Color Harmonies of #462227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462227

Black with #462227

Text Example


Text Example

White with #462227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462227; }

 p { color: rgb(70,34,39); }

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

background-color css

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

 a { background-color: rgb(70,34,39); }

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

border-color css

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

 span { border-color: rgb(70,34,39); }

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