Html Css Color HEX #BEAF98 Akaroa

📋 copy color: '#BEAF98'

red 190 ◦ green 175 ◦ blue 152

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

Shades of Akaroa #BEAF98

Tints of Akaroa #BEAF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.4%

R = 36.75%
G = 33.85%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BEAF98 (or 0xBEAF98) is known color: Akaroa. HEX triplet: BE, AF and 98. RGB value is (190,175,152). Sum of RGB (Red+Green+Blue) = 190+175+152=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF98 is #415067. Grayscale: #B0B0B0. Windows color (decimal): -4280424 or 10006462. OLE color: 10006462.

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

Color convert

RGB 190 175 152 -
CMYK 0 0.08 0.2 0.25
HSL 36.32º 0.23% 0.67% -
HSV(B) 36.32º 0.2% 0.75% -
XYZ 42.23 43.87 35.95 -
YUV 176.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 190 175 152 0 0.08 0.2 0.25 36.32 0.23 0.67
Hex BE AF 98 0 8 14 19 24 17 43
Octal 276 257 230 0 10 24 31 44 27 103
Binary 10111110 10101111 10011000 0 1000 10100 11001 100100 10111 1000011

Color Harmonies of #BEAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF98

Black with #BEAF98

Text Example


Text Example

White with #BEAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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