Html Css Color HEX #BEB394 Akaroa

📋 copy color: '#BEB394'

red 190 ◦ green 179 ◦ blue 148

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

Shades of Akaroa #BEB394

Tints of Akaroa #BEB394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 36.75%
G = 34.62%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEB394 (or 0xBEB394) is known color: Akaroa. HEX triplet: BE, B3 and 94. RGB value is (190,179,148). Sum of RGB (Red+Green+Blue) = 190+179+148=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB394 is #414C6B. Grayscale: #B2B2B2. Windows color (decimal): -4279404 or 9745342. OLE color: 9745342.

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

Color convert

RGB 190 179 148 -
CMYK 0 0.06 0.22 0.25
HSL 44.29º 0.24% 0.66% -
HSV(B) 44.29º 0.22% 0.75% -
XYZ 42.7 45.33 34.52 -
YUV 178.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 190 179 148 0 0.06 0.22 0.25 44.29 0.24 0.66
Hex BE B3 94 0 6 16 19 2C 18 42
Octal 276 263 224 0 6 26 31 54 30 102
Binary 10111110 10110011 10010100 0 110 10110 11001 101100 11000 1000010

Color Harmonies of #BEB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB394

Black with #BEB394

Text Example


Text Example

White with #BEB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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