Html Css Color HEX #BEAF99 Akaroa

📋 copy color: '#BEAF99'

red 190 ◦ green 175 ◦ blue 153

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

Shades of Akaroa #BEAF99

Tints of Akaroa #BEAF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 36.68%
G = 33.78%
B = 29.54%

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

#BEAF99 (or 0xBEAF99) is known color: Akaroa. HEX triplet: BE, AF and 99. RGB value is (190,175,153). Sum of RGB (Red+Green+Blue) = 190+175+153=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF99 is #415066. Grayscale: #B1B1B1. Windows color (decimal): -4280423 or 10071998. OLE color: 10071998.

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

Color convert

RGB 190 175 153 -
CMYK 0 0.08 0.19 0.25
HSL 35.68º 0.22% 0.67% -
HSV(B) 35.68º 0.19% 0.75% -
XYZ 42.31 43.91 36.38 -
YUV 176.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 190 175 153 0 0.08 0.19 0.25 35.68 0.22 0.67
Hex BE AF 99 0 8 13 19 24 16 43
Octal 276 257 231 0 10 23 31 44 26 103
Binary 10111110 10101111 10011001 0 1000 10011 11001 100100 10110 1000011

Color Harmonies of #BEAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF99

Black with #BEAF99

Text Example


Text Example

White with #BEAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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