Html Css Color HEX #4B262C Bulgarian Rose

📋 copy color: '#4B262C'

red 75 ◦ green 38 ◦ blue 44

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

Shades of Bulgarian Rose #4B262C

Tints of Bulgarian Rose #4B262C

RGB

 RED value IS 75 (29.69% from 255) = 47.77%

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 47.77%
G = 24.2%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4B262C (or 0x4B262C) is known color: Bulgarian Rose. HEX triplet: 4B, 26 and 2C. RGB value is (75,38,44). Sum of RGB (Red+Green+Blue) = 75+38+44=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B262C is #B4D9D3. Grayscale: #313131. Windows color (decimal): -11852244 or 2893387. OLE color: 2893387.

HSL color Cylindrical-coordinate representation of color #4B262C: hue angle of 350.27º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B262C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 38 44 -
CMYK 0 0.49 0.41 0.71
HSL 350.27º 0.33% 0.22% -
HSV(B) 350.27º 0.49% 0.29% -
XYZ 4.05 3.06 2.76 -
YUV 49.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 75 38 44 0 0.49 0.41 0.71 350.27 0.33 0.22
Hex 4B 26 2C 0 31 29 47 15E 21 16
Octal 113 46 54 0 61 51 107 536 41 26
Binary 1001011 100110 101100 0 110001 101001 1000111 101011110 100001 10110

Color Harmonies of #4B262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B262C

Black with #4B262C

Text Example


Text Example

White with #4B262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B262C; }

 p { color: rgb(75,38,44); }

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

background-color css

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

 a { background-color: rgb(75,38,44); }

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

border-color css

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

 span { border-color: rgb(75,38,44); }

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