Html Css Color HEX #BEB193 Akaroa

📋 copy color: '#BEB193'

red 190 ◦ green 177 ◦ blue 147

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

Shades of Akaroa #BEB193

Tints of Akaroa #BEB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

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

R = 36.96%
G = 34.44%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEB193 (or 0xBEB193) is known color: Akaroa. HEX triplet: BE, B1 and 93. RGB value is (190,177,147). Sum of RGB (Red+Green+Blue) = 190+177+147=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB193 is #414E6C. Grayscale: #B1B1B1. Windows color (decimal): -4279917 or 9679294. OLE color: 9679294.

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

Color convert

RGB 190 177 147 -
CMYK 0 0.07 0.23 0.25
HSL 41.86º 0.25% 0.66% -
HSV(B) 41.86º 0.23% 0.75% -
XYZ 42.22 44.5 33.97 -
YUV 177.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 190 177 147 0 0.07 0.23 0.25 41.86 0.25 0.66
Hex BE B1 93 0 7 17 19 2A 19 42
Octal 276 261 223 0 7 27 31 52 31 102
Binary 10111110 10110001 10010011 0 111 10111 11001 101010 11001 1000010

Color Harmonies of #BEB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB193

Black with #BEB193

Text Example


Text Example

White with #BEB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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