Html Css Color HEX #BEAF9A Akaroa

📋 copy color: '#BEAF9A'

red 190 ◦ green 175 ◦ blue 154

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

Shades of Akaroa #BEAF9A

Tints of Akaroa #BEAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 36.61%
G = 33.72%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEAF9A (or 0xBEAF9A) is known color: Akaroa. HEX triplet: BE, AF and 9A. RGB value is (190,175,154). Sum of RGB (Red+Green+Blue) = 190+175+154=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF9A is #415065. Grayscale: #B1B1B1. Windows color (decimal): -4280422 or 10137534. OLE color: 10137534.

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

Color convert

RGB 190 175 154 -
CMYK 0 0.08 0.19 0.25
HSL 35º 0.22% 0.67% -
HSV(B) 35º 0.19% 0.75% -
XYZ 42.4 43.94 36.82 -
YUV 177.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 190 175 154 0 0.08 0.19 0.25 35 0.22 0.67
Hex BE AF 9A 0 8 13 19 23 16 43
Octal 276 257 232 0 10 23 31 43 26 103
Binary 10111110 10101111 10011010 0 1000 10011 11001 100011 10110 1000011

Color Harmonies of #BEAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF9A

Black with #BEAF9A

Text Example


Text Example

White with #BEAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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