Html Css Color HEX #46252C Bulgarian Rose

📋 copy color: '#46252C'

red 70 ◦ green 37 ◦ blue 44

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

Shades of Bulgarian Rose #46252C

Tints of Bulgarian Rose #46252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 46.36%
G = 24.5%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#46252C (or 0x46252C) is known color: Bulgarian Rose. HEX triplet: 46, 25 and 2C. RGB value is (70,37,44). Sum of RGB (Red+Green+Blue) = 70+37+44=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46252C is #B9DAD3. Grayscale: #2F2F2F. Windows color (decimal): -12180180 or 2893126. OLE color: 2893126.

HSL color Cylindrical-coordinate representation of color #46252C: hue angle of 347.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46252C is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 44 -
CMYK 0 0.47 0.37 0.73
HSL 347.27º 0.31% 0.21% -
HSV(B) 347.27º 0.47% 0.27% -
XYZ 3.64 2.81 2.73 -
YUV 47.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 70 37 44 0 0.47 0.37 0.73 347.27 0.31 0.21
Hex 46 25 2C 0 2F 25 49 15B 1F 15
Octal 106 45 54 0 57 45 111 533 37 25
Binary 1000110 100101 101100 0 101111 100101 1001001 101011011 11111 10101

Color Harmonies of #46252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46252C

Black with #46252C

Text Example


Text Example

White with #46252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46252C; }

 p { color: rgb(70,37,44); }

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

background-color css

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

 a { background-color: rgb(70,37,44); }

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

border-color css

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

 span { border-color: rgb(70,37,44); }

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