Html Css Color HEX #46252A Bulgarian Rose

📋 copy color: '#46252A'

red 70 ◦ green 37 ◦ blue 42

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

Shades of Bulgarian Rose #46252A

Tints of Bulgarian Rose #46252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 46.98%
G = 24.83%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#46252A (or 0x46252A) is known color: Bulgarian Rose. HEX triplet: 46, 25 and 2A. RGB value is (70,37,42). Sum of RGB (Red+Green+Blue) = 70+37+42=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46252A is #B9DAD5. Grayscale: #2F2F2F. Windows color (decimal): -12180182 or 2762054. OLE color: 2762054.

HSL color Cylindrical-coordinate representation of color #46252A: hue angle of 350.91º 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 #46252A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 42 -
CMYK 0 0.47 0.40 0.73
HSL 350.91º 0.31% 0.21% -
HSV(B) 350.91º 0.47% 0.27% -
XYZ 3.61 2.79 2.54 -
YUV 47.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 70 37 42 0 0.47 0.40 0.73 350.91 0.31 0.21
Hex 46 25 2A 0 2F 28 49 15F 1F 15
Octal 106 45 52 0 57 50 111 537 37 25
Binary 1000110 100101 101010 0 101111 101000 1001001 101011111 11111 10101

Color Harmonies of #46252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46252A

Black with #46252A

Text Example


Text Example

White with #46252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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