Html Css Color HEX #BEAF93 Akaroa

📋 copy color: '#BEAF93'

red 190 ◦ green 175 ◦ blue 147

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

Shades of Akaroa #BEAF93

Tints of Akaroa #BEAF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 37.11%
G = 34.18%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEAF93 (or 0xBEAF93) is known color: Akaroa. HEX triplet: BE, AF and 93. RGB value is (190,175,147). Sum of RGB (Red+Green+Blue) = 190+175+147=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF93 is #41506C. Grayscale: #B0B0B0. Windows color (decimal): -4280429 or 9678782. OLE color: 9678782.

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

Color convert

RGB 190 175 147 -
CMYK 0 0.08 0.23 0.25
HSL 39.07º 0.25% 0.66% -
HSV(B) 39.07º 0.23% 0.75% -
XYZ 41.83 43.71 33.84 -
YUV 176.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 190 175 147 0 0.08 0.23 0.25 39.07 0.25 0.66
Hex BE AF 93 0 8 17 19 27 19 42
Octal 276 257 223 0 10 27 31 47 31 102
Binary 10111110 10101111 10010011 0 1000 10111 11001 100111 11001 1000010

Color Harmonies of #BEAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF93

Black with #BEAF93

Text Example


Text Example

White with #BEAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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