Html Css Color HEX #BEB69C Akaroa

📋 copy color: '#BEB69C'

red 190 ◦ green 182 ◦ blue 156

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

Shades of Akaroa #BEB69C

Tints of Akaroa #BEB69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.55%

R = 35.98%
G = 34.47%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BEB69C (or 0xBEB69C) is known color: Akaroa. HEX triplet: BE, B6 and 9C. RGB value is (190,182,156). Sum of RGB (Red+Green+Blue) = 190+182+156=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB69C is #414963. Grayscale: #B5B5B5. Windows color (decimal): -4278628 or 10270398. OLE color: 10270398.

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

Color convert

RGB 190 182 156 -
CMYK 0 0.04 0.18 0.25
HSL 45.88º 0.21% 0.68% -
HSV(B) 45.88º 0.18% 0.75% -
XYZ 43.96 46.8 38.17 -
YUV 181.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 190 182 156 0 0.04 0.18 0.25 45.88 0.21 0.68
Hex BE B6 9C 0 4 12 19 2E 15 44
Octal 276 266 234 0 4 22 31 56 25 104
Binary 10111110 10110110 10011100 0 100 10010 11001 101110 10101 1000100

Color Harmonies of #BEB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB69C

Black with #BEB69C

Text Example


Text Example

White with #BEB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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