Html Css Color HEX #BEB198 Akaroa

📋 copy color: '#BEB198'

red 190 ◦ green 177 ◦ blue 152

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

Shades of Akaroa #BEB198

Tints of Akaroa #BEB198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.1%

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 36.61%
G = 34.1%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BEB198 (or 0xBEB198) is known color: Akaroa. HEX triplet: BE, B1 and 98. RGB value is (190,177,152). Sum of RGB (Red+Green+Blue) = 190+177+152=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB198 is #414E67. Grayscale: #B2B2B2. Windows color (decimal): -4279912 or 10006974. OLE color: 10006974.

HSL color Cylindrical-coordinate representation of color #BEB198: hue angle of 39.47º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB198 is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 152 -
CMYK 0 0.07 0.2 0.25
HSL 39.47º 0.23% 0.67% -
HSV(B) 39.47º 0.2% 0.75% -
XYZ 42.62 44.66 36.08 -
YUV 178.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 190 177 152 0 0.07 0.2 0.25 39.47 0.23 0.67
Hex BE B1 98 0 7 14 19 27 17 43
Octal 276 261 230 0 7 24 31 47 27 103
Binary 10111110 10110001 10011000 0 111 10100 11001 100111 10111 1000011

Color Harmonies of #BEB198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB198

Black with #BEB198

Text Example


Text Example

White with #BEB198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB198; }

 p { color: rgb(190,177,152); }

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

background-color css

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

 a { background-color: rgb(190,177,152); }

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

border-color css

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

 span { border-color: rgb(190,177,152); }

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