Html Css Color HEX #BEB294 Akaroa

📋 copy color: '#BEB294'

red 190 ◦ green 178 ◦ blue 148

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

Shades of Akaroa #BEB294

Tints of Akaroa #BEB294

RGB

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

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

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

R = 36.82%
G = 34.5%
B = 28.68%

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

#BEB294 (or 0xBEB294) is known color: Akaroa. HEX triplet: BE, B2 and 94. RGB value is (190,178,148). Sum of RGB (Red+Green+Blue) = 190+178+148=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB294 is #414D6B. Grayscale: #B2B2B2. Windows color (decimal): -4279660 or 9745086. OLE color: 9745086.

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

Color convert

RGB 190 178 148 -
CMYK 0 0.06 0.22 0.25
HSL 42.86º 0.24% 0.66% -
HSV(B) 42.86º 0.22% 0.75% -
XYZ 42.5 44.93 34.45 -
YUV 178.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 190 178 148 0 0.06 0.22 0.25 42.86 0.24 0.66
Hex BE B2 94 0 6 16 19 2B 18 42
Octal 276 262 224 0 6 26 31 53 30 102
Binary 10111110 10110010 10010100 0 110 10110 11001 101011 11000 1000010

Color Harmonies of #BEB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB294

Black with #BEB294

Text Example


Text Example

White with #BEB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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