Html Css Color HEX #BEB29D Akaroa

📋 copy color: '#BEB29D'

red 190 ◦ green 178 ◦ blue 157

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

Shades of Akaroa #BEB29D

Tints of Akaroa #BEB29D

RGB

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

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

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

R = 36.19%
G = 33.9%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEB29D (or 0xBEB29D) is known color: Akaroa. HEX triplet: BE, B2 and 9D. RGB value is (190,178,157). Sum of RGB (Red+Green+Blue) = 190+178+157=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29D is #414D62. Grayscale: #B3B3B3. Windows color (decimal): -4279651 or 10334910. OLE color: 10334910.

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

Color convert

RGB 190 178 157 -
CMYK 0 0.06 0.17 0.25
HSL 38.18º 0.2% 0.68% -
HSV(B) 38.18º 0.17% 0.75% -
XYZ 43.24 45.22 38.35 -
YUV 179.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 190 178 157 0 0.06 0.17 0.25 38.18 0.2 0.68
Hex BE B2 9D 0 6 11 19 26 14 44
Octal 276 262 235 0 6 21 31 46 24 104
Binary 10111110 10110010 10011101 0 110 10001 11001 100110 10100 1000100

Color Harmonies of #BEB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB29D

Black with #BEB29D

Text Example


Text Example

White with #BEB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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