Html Css Color HEX #BEB393 Akaroa

📋 copy color: '#BEB393'

red 190 ◦ green 179 ◦ blue 147

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

Shades of Akaroa #BEB393

Tints of Akaroa #BEB393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.69%

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

R = 36.82%
G = 34.69%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEB393 (or 0xBEB393) is known color: Akaroa. HEX triplet: BE, B3 and 93. RGB value is (190,179,147). Sum of RGB (Red+Green+Blue) = 190+179+147=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB393 is #414C6C. Grayscale: #B2B2B2. Windows color (decimal): -4279405 or 9679806. OLE color: 9679806.

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

Color convert

RGB 190 179 147 -
CMYK 0 0.06 0.23 0.25
HSL 44.65º 0.25% 0.66% -
HSV(B) 44.65º 0.23% 0.75% -
XYZ 42.62 45.29 34.1 -
YUV 178.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 190 179 147 0 0.06 0.23 0.25 44.65 0.25 0.66
Hex BE B3 93 0 6 17 19 2D 19 42
Octal 276 263 223 0 6 27 31 55 31 102
Binary 10111110 10110011 10010011 0 110 10111 11001 101101 11001 1000010

Color Harmonies of #BEB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB393

Black with #BEB393

Text Example


Text Example

White with #BEB393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB393; }

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

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

background-color css

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

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

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

border-color css

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

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

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