Html Css Color HEX #BEB49D Akaroa

📋 copy color: '#BEB49D'

red 190 ◦ green 180 ◦ blue 157

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

Shades of Akaroa #BEB49D

Tints of Akaroa #BEB49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.16%

 BLUE value IS 157 (61.72% from 255) = 29.79%

R = 36.05%
G = 34.16%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEB49D (or 0xBEB49D) is known color: Akaroa. HEX triplet: BE, B4 and 9D. RGB value is (190,180,157). Sum of RGB (Red+Green+Blue) = 190+180+157=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB49D is #414B62. Grayscale: #B4B4B4. Windows color (decimal): -4279139 or 10335422. OLE color: 10335422.

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

Color convert

RGB 190 180 157 -
CMYK 0 0.05 0.17 0.25
HSL 41.82º 0.2% 0.68% -
HSV(B) 41.82º 0.17% 0.75% -
XYZ 43.64 46.02 38.48 -
YUV 180.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 190 180 157 0 0.05 0.17 0.25 41.82 0.2 0.68
Hex BE B4 9D 0 5 11 19 2A 14 44
Octal 276 264 235 0 5 21 31 52 24 104
Binary 10111110 10110100 10011101 0 101 10001 11001 101010 10100 1000100

Color Harmonies of #BEB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB49D

Black with #BEB49D

Text Example


Text Example

White with #BEB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB49D; }

 p { color: rgb(190,180,157); }

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

background-color css

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

 a { background-color: rgb(190,180,157); }

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

border-color css

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

 span { border-color: rgb(190,180,157); }

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