Html Css Color HEX #BEAF91 Akaroa

📋 copy color: '#BEAF91'

red 190 ◦ green 175 ◦ blue 145

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

Shades of Akaroa #BEAF91

Tints of Akaroa #BEAF91

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.31%

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

R = 37.25%
G = 34.31%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEAF91 (or 0xBEAF91) is known color: Akaroa. HEX triplet: BE, AF and 91. RGB value is (190,175,145). Sum of RGB (Red+Green+Blue) = 190+175+145=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF91 is #41506E. Grayscale: #B0B0B0. Windows color (decimal): -4280431 or 9547710. OLE color: 9547710.

HSL color Cylindrical-coordinate representation of color #BEAF91: hue angle of 40º 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 #BEAF91 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 145 -
CMYK 0 0.08 0.24 0.25
HSL 40º 0.26% 0.66% -
HSV(B) 40º 0.24% 0.75% -
XYZ 41.68 43.65 33.02 -
YUV 176.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 190 175 145 0 0.08 0.24 0.25 40 0.26 0.66
Hex BE AF 91 0 8 18 19 28 1A 42
Octal 276 257 221 0 10 30 31 50 32 102
Binary 10111110 10101111 10010001 0 1000 11000 11001 101000 11010 1000010

Color Harmonies of #BEAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF91

Black with #BEAF91

Text Example


Text Example

White with #BEAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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