Html Css Color HEX #BEB28F Chino

📋 copy color: '#BEB28F'

red 190 ◦ green 178 ◦ blue 143

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

Shades of Chino #BEB28F

Tints of Chino #BEB28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.98%

R = 37.18%
G = 34.83%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEB28F (or 0xBEB28F) is known color: Chino. HEX triplet: BE, B2 and 8F. RGB value is (190,178,143). Sum of RGB (Red+Green+Blue) = 190+178+143=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB28F is #414D70. Grayscale: #B1B1B1. Windows color (decimal): -4279665 or 9417406. OLE color: 9417406.

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

Color convert

RGB 190 178 143 -
CMYK 0 0.06 0.25 0.25
HSL 44.68º 0.27% 0.65% -
HSV(B) 44.68º 0.25% 0.75% -
XYZ 42.11 44.77 32.41 -
YUV 177.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 190 178 143 0 0.06 0.25 0.25 44.68 0.27 0.65
Hex BE B2 8F 0 6 19 19 2D 1B 41
Octal 276 262 217 0 6 31 31 55 33 101
Binary 10111110 10110010 10001111 0 110 11001 11001 101101 11011 1000001

Color Harmonies of #BEB28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB28F

Black with #BEB28F

Text Example


Text Example

White with #BEB28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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