Html Css Color HEX #462326 Bulgarian Rose

📋 copy color: '#462326'

red 70 ◦ green 35 ◦ blue 38

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

Shades of Bulgarian Rose #462326

Tints of Bulgarian Rose #462326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.48%

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

R = 48.95%
G = 24.48%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#462326 (or 0x462326) is known color: Bulgarian Rose. HEX triplet: 46, 23 and 26. RGB value is (70,35,38). Sum of RGB (Red+Green+Blue) = 70+35+38=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462326 is #B9DCD9. Grayscale: #2D2D2D. Windows color (decimal): -12180698 or 2499398. OLE color: 2499398.

HSL color Cylindrical-coordinate representation of color #462326: hue angle of 354.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462326 is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 38 -
CMYK 0 0.5 0.46 0.73
HSL 354.86º 0.33% 0.21% -
HSV(B) 354.86º 0.5% 0.27% -
XYZ 3.48 2.64 2.16 -
YUV 45.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 70 35 38 0 0.5 0.46 0.73 354.86 0.33 0.21
Hex 46 23 26 0 32 2E 49 163 21 15
Octal 106 43 46 0 62 56 111 543 41 25
Binary 1000110 100011 100110 0 110010 101110 1001001 101100011 100001 10101

Color Harmonies of #462326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462326

Black with #462326

Text Example


Text Example

White with #462326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462326; }

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

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

background-color css

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

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

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

border-color css

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

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

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