Html Css Color HEX #462627 Bulgarian Rose

📋 copy color: '#462627'

red 70 ◦ green 38 ◦ blue 39

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

Shades of Bulgarian Rose #462627

Tints of Bulgarian Rose #462627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.53%

R = 47.62%
G = 25.85%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#462627 (or 0x462627) is known color: Bulgarian Rose. HEX triplet: 46, 26 and 27. RGB value is (70,38,39). Sum of RGB (Red+Green+Blue) = 70+38+39=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462627 is #B9D9D8. Grayscale: #2F2F2F. Windows color (decimal): -12179929 or 2565702. OLE color: 2565702.

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

Color convert

RGB 70 38 39 -
CMYK 0 0.46 0.44 0.73
HSL 358.13º 0.3% 0.21% -
HSV(B) 358.13º 0.46% 0.27% -
XYZ 3.59 2.83 2.28 -
YUV 47.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 70 38 39 0 0.46 0.44 0.73 358.13 0.3 0.21
Hex 46 26 27 0 2E 2C 49 166 1E 15
Octal 106 46 47 0 56 54 111 546 36 25
Binary 1000110 100110 100111 0 101110 101100 1001001 101100110 11110 10101

Color Harmonies of #462627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462627

Black with #462627

Text Example


Text Example

White with #462627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462627; }

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

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

background-color css

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

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

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

border-color css

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

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

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