Html Css Color HEX #BEAC96 Akaroa

📋 copy color: '#BEAC96'

red 190 ◦ green 172 ◦ blue 150

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

Shades of Akaroa #BEAC96

Tints of Akaroa #BEAC96

RGB

 RED value IS 190 (74.61% from 255) = 37.11%

 GREEN value IS 172 (67.58% from 255) = 33.59%

 BLUE value IS 150 (58.98% from 255) = 29.3%

R = 37.11%
G = 33.59%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEAC96 (or 0xBEAC96) is known color: Akaroa. HEX triplet: BE, AC and 96. RGB value is (190,172,150). Sum of RGB (Red+Green+Blue) = 190+172+150=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC96 is #415369. Grayscale: #AEAEAE. Windows color (decimal): -4281194 or 9874622. OLE color: 9874622.

HSL color Cylindrical-coordinate representation of color #BEAC96: hue angle of 33º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEAC96 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 150 -
CMYK 0 0.09 0.21 0.25
HSL 33º 0.24% 0.67% -
HSV(B) 33º 0.21% 0.75% -
XYZ 41.49 42.65 34.9 -
YUV 174.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 190 172 150 0 0.09 0.21 0.25 33 0.24 0.67
Hex BE AC 96 0 9 15 19 21 18 43
Octal 276 254 226 0 11 25 31 41 30 103
Binary 10111110 10101100 10010110 0 1001 10101 11001 100001 11000 1000011

Color Harmonies of #BEAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC96

Black with #BEAC96

Text Example


Text Example

White with #BEAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC96; }

 p { color: rgb(190,172,150); }

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

background-color css

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

 a { background-color: rgb(190,172,150); }

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

border-color css

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

 span { border-color: rgb(190,172,150); }

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