Html Css Color HEX #462226 Bulgarian Rose

📋 copy color: '#462226'

red 70 ◦ green 34 ◦ blue 38

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

Shades of Bulgarian Rose #462226

Tints of Bulgarian Rose #462226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.76%

R = 49.3%
G = 23.94%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#462226 (or 0x462226) is known color: Bulgarian Rose. HEX triplet: 46, 22 and 26. RGB value is (70,34,38). Sum of RGB (Red+Green+Blue) = 70+34+38=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462226 is #B9DDD9. Grayscale: #2D2D2D. Windows color (decimal): -12180954 or 2499142. OLE color: 2499142.

HSL color Cylindrical-coordinate representation of color #462226: hue angle of 353.33º 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 #462226 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 34 38 -
CMYK 0 0.51 0.46 0.73
HSL 353.33º 0.35% 0.2% -
HSV(B) 353.33º 0.51% 0.27% -
XYZ 3.45 2.59 2.15 -
YUV 45.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 70 34 38 0 0.51 0.46 0.73 353.33 0.35 0.2
Hex 46 22 26 0 33 2E 49 161 23 14
Octal 106 42 46 0 63 56 111 541 43 24
Binary 1000110 100010 100110 0 110011 101110 1001001 101100001 100011 10100

Color Harmonies of #462226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462226

Black with #462226

Text Example


Text Example

White with #462226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462226; }

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

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

background-color css

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

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

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

border-color css

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

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

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