Html Css Color HEX #BEB392 Akaroa

📋 copy color: '#BEB392'

red 190 ◦ green 179 ◦ blue 146

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

Shades of Akaroa #BEB392

Tints of Akaroa #BEB392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 36.89%
G = 34.76%
B = 28.35%

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

#BEB392 (or 0xBEB392) is known color: Akaroa. HEX triplet: BE, B3 and 92. RGB value is (190,179,146). Sum of RGB (Red+Green+Blue) = 190+179+146=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB392 is #414C6D. Grayscale: #B2B2B2. Windows color (decimal): -4279406 or 9614270. OLE color: 9614270.

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

Color convert

RGB 190 179 146 -
CMYK 0 0.06 0.23 0.25
HSL 45º 0.25% 0.66% -
HSV(B) 45º 0.23% 0.75% -
XYZ 42.54 45.26 33.69 -
YUV 178.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 190 179 146 0 0.06 0.23 0.25 45 0.25 0.66
Hex BE B3 92 0 6 17 19 2D 19 42
Octal 276 263 222 0 6 27 31 55 31 102
Binary 10111110 10110011 10010010 0 110 10111 11001 101101 11001 1000010

Color Harmonies of #BEB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB392

Black with #BEB392

Text Example


Text Example

White with #BEB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB392; }

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

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

background-color css

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

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

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

border-color css

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

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

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