Html Css Color HEX #48292B Bulgarian Rose

📋 copy color: '#48292B'

red 72 ◦ green 41 ◦ blue 43

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

Shades of Bulgarian Rose #48292B

Tints of Bulgarian Rose #48292B

RGB

 RED value IS 72 (28.52% from 255) = 46.15%

 GREEN value IS 41 (16.41% from 255) = 26.28%

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 46.15%
G = 26.28%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48292B (or 0x48292B) is known color: Bulgarian Rose. HEX triplet: 48, 29 and 2B. RGB value is (72,41,43). Sum of RGB (Red+Green+Blue) = 72+41+43=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292B is #B7D6D4. Grayscale: #323232. Windows color (decimal): -12048085 or 2828616. OLE color: 2828616.

HSL color Cylindrical-coordinate representation of color #48292B: hue angle of 356.13º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48292B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 43 -
CMYK 0 0.43 0.40 0.72
HSL 356.13º 0.27% 0.22% -
HSV(B) 356.13º 0.43% 0.28% -
XYZ 3.9 3.14 2.69 -
YUV 50.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 72 41 43 0 0.43 0.40 0.72 356.13 0.27 0.22
Hex 48 29 2B 0 2B 28 48 164 1B 16
Octal 110 51 53 0 53 50 110 544 33 26
Binary 1001000 101001 101011 0 101011 101000 1001000 101100100 11011 10110

Color Harmonies of #48292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48292B

Black with #48292B

Text Example


Text Example

White with #48292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48292B; }

 p { color: rgb(72,41,43); }

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

background-color css

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

 a { background-color: rgb(72,41,43); }

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

border-color css

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

 span { border-color: rgb(72,41,43); }

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