Html Css Color HEX #BEB69B Akaroa

📋 copy color: '#BEB69B'

red 190 ◦ green 182 ◦ blue 155

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

Shades of Akaroa #BEB69B

Tints of Akaroa #BEB69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.41%

R = 36.05%
G = 34.54%
B = 29.41%

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

#BEB69B (or 0xBEB69B) is known color: Akaroa. HEX triplet: BE, B6 and 9B. RGB value is (190,182,155). Sum of RGB (Red+Green+Blue) = 190+182+155=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB69B is #414964. Grayscale: #B5B5B5. Windows color (decimal): -4278629 or 10204862. OLE color: 10204862.

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

Color convert

RGB 190 182 155 -
CMYK 0 0.04 0.18 0.25
HSL 46.29º 0.21% 0.68% -
HSV(B) 46.29º 0.18% 0.75% -
XYZ 43.88 46.77 37.73 -
YUV 181.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 190 182 155 0 0.04 0.18 0.25 46.29 0.21 0.68
Hex BE B6 9B 0 4 12 19 2E 15 44
Octal 276 266 233 0 4 22 31 56 25 104
Binary 10111110 10110110 10011011 0 100 10010 11001 101110 10101 1000100

Color Harmonies of #BEB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB69B

Black with #BEB69B

Text Example


Text Example

White with #BEB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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