Html Css Color HEX #BEB49A Akaroa

📋 copy color: '#BEB49A'

red 190 ◦ green 180 ◦ blue 154

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

Shades of Akaroa #BEB49A

Tints of Akaroa #BEB49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 36.26%
G = 34.35%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEB49A (or 0xBEB49A) is known color: Akaroa. HEX triplet: BE, B4 and 9A. RGB value is (190,180,154). Sum of RGB (Red+Green+Blue) = 190+180+154=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB49A is #414B65. Grayscale: #B4B4B4. Windows color (decimal): -4279142 or 10138814. OLE color: 10138814.

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

Color convert

RGB 190 180 154 -
CMYK 0 0.05 0.19 0.25
HSL 43.33º 0.22% 0.67% -
HSV(B) 43.33º 0.19% 0.75% -
XYZ 43.39 45.92 37.15 -
YUV 180.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 190 180 154 0 0.05 0.19 0.25 43.33 0.22 0.67
Hex BE B4 9A 0 5 13 19 2B 16 43
Octal 276 264 232 0 5 23 31 53 26 103
Binary 10111110 10110100 10011010 0 101 10011 11001 101011 10110 1000011

Color Harmonies of #BEB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB49A

Black with #BEB49A

Text Example


Text Example

White with #BEB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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