Html Css Color HEX #BEB295 Akaroa

📋 copy color: '#BEB295'

red 190 ◦ green 178 ◦ blue 149

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

Shades of Akaroa #BEB295

Tints of Akaroa #BEB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 149 (58.59% from 255) = 28.82%

R = 36.75%
G = 34.43%
B = 28.82%

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

#BEB295 (or 0xBEB295) is known color: Akaroa. HEX triplet: BE, B2 and 95. RGB value is (190,178,149). Sum of RGB (Red+Green+Blue) = 190+178+149=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB295 is #414D6A. Grayscale: #B2B2B2. Windows color (decimal): -4279659 or 9810622. OLE color: 9810622.

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

Color convert

RGB 190 178 149 -
CMYK 0 0.06 0.22 0.25
HSL 42.44º 0.24% 0.66% -
HSV(B) 42.44º 0.22% 0.75% -
XYZ 42.58 44.96 34.87 -
YUV 178.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 190 178 149 0 0.06 0.22 0.25 42.44 0.24 0.66
Hex BE B2 95 0 6 16 19 2A 18 42
Octal 276 262 225 0 6 26 31 52 30 102
Binary 10111110 10110010 10010101 0 110 10110 11001 101010 11000 1000010

Color Harmonies of #BEB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB295

Black with #BEB295

Text Example


Text Example

White with #BEB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB295; }

 p { color: rgb(190,178,149); }

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

background-color css

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

 a { background-color: rgb(190,178,149); }

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

border-color css

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

 span { border-color: rgb(190,178,149); }

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