Html Css Color HEX #BEAC91 Akaroa

📋 copy color: '#BEAC91'

red 190 ◦ green 172 ◦ blue 145

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

Shades of Akaroa #BEAC91

Tints of Akaroa #BEAC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 37.48%
G = 33.93%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEAC91 (or 0xBEAC91) is known color: Akaroa. HEX triplet: BE, AC and 91. RGB value is (190,172,145). Sum of RGB (Red+Green+Blue) = 190+172+145=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC91 is #41536E. Grayscale: #AEAEAE. Windows color (decimal): -4281199 or 9546942. OLE color: 9546942.

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

Color convert

RGB 190 172 145 -
CMYK 0 0.09 0.24 0.25
HSL 36º 0.26% 0.66% -
HSV(B) 36º 0.24% 0.75% -
XYZ 41.1 42.5 32.82 -
YUV 174.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 190 172 145 0 0.09 0.24 0.25 36 0.26 0.66
Hex BE AC 91 0 9 18 19 24 1A 42
Octal 276 254 221 0 11 30 31 44 32 102
Binary 10111110 10101100 10010001 0 1001 11000 11001 100100 11010 1000010

Color Harmonies of #BEAC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC91

Black with #BEAC91

Text Example


Text Example

White with #BEAC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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