Html Css Color HEX #BEB29A Akaroa

📋 copy color: '#BEB29A'

red 190 ◦ green 178 ◦ blue 154

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

Shades of Akaroa #BEB29A

Tints of Akaroa #BEB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

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

R = 36.4%
G = 34.1%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEB29A (or 0xBEB29A) is known color: Akaroa. HEX triplet: BE, B2 and 9A. RGB value is (190,178,154). Sum of RGB (Red+Green+Blue) = 190+178+154=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29A is #414D65. Grayscale: #B2B2B2. Windows color (decimal): -4279654 or 10138302. OLE color: 10138302.

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

Color convert

RGB 190 178 154 -
CMYK 0 0.06 0.19 0.25
HSL 40º 0.22% 0.67% -
HSV(B) 40º 0.19% 0.75% -
XYZ 42.99 45.12 37.02 -
YUV 178.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 190 178 154 0 0.06 0.19 0.25 40 0.22 0.67
Hex BE B2 9A 0 6 13 19 28 16 43
Octal 276 262 232 0 6 23 31 50 26 103
Binary 10111110 10110010 10011010 0 110 10011 11001 101000 10110 1000011

Color Harmonies of #BEB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB29A

Black with #BEB29A

Text Example


Text Example

White with #BEB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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