Html Css Color HEX #8B465A Cadillac

📋 copy color: '#8B465A'

red 139 ◦ green 70 ◦ blue 90

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

Shades of Cadillac #8B465A

Tints of Cadillac #8B465A

RGB

 RED value IS 139 (54.69% from 255) = 46.49%

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 46.49%
G = 23.41%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B465A (or 0x8B465A) is known color: Cadillac. HEX triplet: 8B, 46 and 5A. RGB value is (139,70,90). Sum of RGB (Red+Green+Blue) = 139+70+90=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B465A is #74B9A5. Grayscale: #5C5C5C. Windows color (decimal): -7649702 or 5916299. OLE color: 5916299.

HSL color Cylindrical-coordinate representation of color #8B465A: hue angle of 342.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B465A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 70 90 -
CMYK 0 0.50 0.35 0.45
HSL 342.61º 0.33% 0.41% -
HSV(B) 342.61º 0.5% 0.55% -
XYZ 14.68 10.61 10.95 -
YUV 92.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 139 70 90 0 0.50 0.35 0.45 342.61 0.33 0.41
Hex 8B 46 5A 0 32 23 2D 157 21 29
Octal 213 106 132 0 62 43 55 527 41 51
Binary 10001011 1000110 1011010 0 110010 100011 101101 101010111 100001 101001

Color Harmonies of #8B465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B465A

Black with #8B465A

Text Example


Text Example

White with #8B465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B465A; }

 p { color: rgb(139,70,90); }

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

background-color css

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

 a { background-color: rgb(139,70,90); }

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

border-color css

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

 span { border-color: rgb(139,70,90); }

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