Html Css Color HEX #BEB496 Akaroa

📋 copy color: '#BEB496'

red 190 ◦ green 180 ◦ blue 150

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

Shades of Akaroa #BEB496

Tints of Akaroa #BEB496

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.62%

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 36.54%
G = 34.62%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEB496 (or 0xBEB496) is known color: Akaroa. HEX triplet: BE, B4 and 96. RGB value is (190,180,150). Sum of RGB (Red+Green+Blue) = 190+180+150=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB496 is #414B69. Grayscale: #B3B3B3. Windows color (decimal): -4279146 or 9876670. OLE color: 9876670.

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

Color convert

RGB 190 180 150 -
CMYK 0 0.05 0.21 0.25
HSL 45º 0.24% 0.67% -
HSV(B) 45º 0.21% 0.75% -
XYZ 43.06 45.79 35.42 -
YUV 179.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 190 180 150 0 0.05 0.21 0.25 45 0.24 0.67
Hex BE B4 96 0 5 15 19 2D 18 43
Octal 276 264 226 0 5 25 31 55 30 103
Binary 10111110 10110100 10010110 0 101 10101 11001 101101 11000 1000011

Color Harmonies of #BEB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB496

Black with #BEB496

Text Example


Text Example

White with #BEB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB496; }

 p { color: rgb(190,180,150); }

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

background-color css

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

 a { background-color: rgb(190,180,150); }

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

border-color css

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

 span { border-color: rgb(190,180,150); }

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