Html Css Color HEX #462428 Bulgarian Rose

📋 copy color: '#462428'

red 70 ◦ green 36 ◦ blue 40

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

Shades of Bulgarian Rose #462428

Tints of Bulgarian Rose #462428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.66%

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 47.95%
G = 24.66%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#462428 (or 0x462428) is known color: Bulgarian Rose. HEX triplet: 46, 24 and 28. RGB value is (70,36,40). Sum of RGB (Red+Green+Blue) = 70+36+40=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462428 is #B9DBD7. Grayscale: #2E2E2E. Windows color (decimal): -12180440 or 2630726. OLE color: 2630726.

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

Color convert

RGB 70 36 40 -
CMYK 0 0.49 0.43 0.73
HSL 352.94º 0.32% 0.21% -
HSV(B) 352.94º 0.49% 0.27% -
XYZ 3.54 2.72 2.35 -
YUV 46.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 70 36 40 0 0.49 0.43 0.73 352.94 0.32 0.21
Hex 46 24 28 0 31 2B 49 161 20 15
Octal 106 44 50 0 61 53 111 541 40 25
Binary 1000110 100100 101000 0 110001 101011 1001001 101100001 100000 10101

Color Harmonies of #462428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462428

Black with #462428

Text Example


Text Example

White with #462428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462428; }

 p { color: rgb(70,36,40); }

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

background-color css

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

 a { background-color: rgb(70,36,40); }

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

border-color css

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

 span { border-color: rgb(70,36,40); }

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