Html Css Color HEX #BEB288 Chino

📋 copy color: '#BEB288'

red 190 ◦ green 178 ◦ blue 136

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

Shades of Chino #BEB288

Tints of Chino #BEB288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.98%

R = 37.7%
G = 35.32%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BEB288 (or 0xBEB288) is known color: Chino. HEX triplet: BE, B2 and 88. RGB value is (190,178,136). Sum of RGB (Red+Green+Blue) = 190+178+136=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB288 is #414D77. Grayscale: #B0B0B0. Windows color (decimal): -4279672 or 8958654. OLE color: 8958654.

HSL color Cylindrical-coordinate representation of color #BEB288: hue angle of 46.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEB288 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 136 -
CMYK 0 0.06 0.28 0.25
HSL 46.67º 0.29% 0.64% -
HSV(B) 46.67º 0.28% 0.75% -
XYZ 41.6 44.57 29.7 -
YUV 176.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 190 178 136 0 0.06 0.28 0.25 46.67 0.29 0.64
Hex BE B2 88 0 6 1C 19 2F 1D 40
Octal 276 262 210 0 6 34 31 57 35 100
Binary 10111110 10110010 10001000 0 110 11100 11001 101111 11101 1000000

Color Harmonies of #BEB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB288

Black with #BEB288

Text Example


Text Example

White with #BEB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB288; }

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

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

background-color css

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

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

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

border-color css

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

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

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