Html Css Color HEX #BEB69E Akaroa

📋 copy color: '#BEB69E'

red 190 ◦ green 182 ◦ blue 158

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

Shades of Akaroa #BEB69E

Tints of Akaroa #BEB69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 35.85%
G = 34.34%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEB69E (or 0xBEB69E) is known color: Akaroa. HEX triplet: BE, B6 and 9E. RGB value is (190,182,158). Sum of RGB (Red+Green+Blue) = 190+182+158=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB69E is #414961. Grayscale: #B5B5B5. Windows color (decimal): -4278626 or 10401470. OLE color: 10401470.

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

Color convert

RGB 190 182 158 -
CMYK 0 0.04 0.17 0.25
HSL 45º 0.2% 0.68% -
HSV(B) 45º 0.17% 0.75% -
XYZ 44.13 46.87 39.07 -
YUV 181.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 190 182 158 0 0.04 0.17 0.25 45 0.2 0.68
Hex BE B6 9E 0 4 11 19 2D 14 44
Octal 276 266 236 0 4 21 31 55 24 104
Binary 10111110 10110110 10011110 0 100 10001 11001 101101 10100 1000100

Color Harmonies of #BEB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB69E

Black with #BEB69E

Text Example


Text Example

White with #BEB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB69E; }

 p { color: rgb(190,182,158); }

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

background-color css

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

 a { background-color: rgb(190,182,158); }

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

border-color css

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

 span { border-color: rgb(190,182,158); }

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