Html Css Color HEX #BEB28B Chino

📋 copy color: '#BEB28B'

red 190 ◦ green 178 ◦ blue 139

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

Shades of Chino #BEB28B

Tints of Chino #BEB28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 37.48%
G = 35.11%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEB28B (or 0xBEB28B) is known color: Chino. HEX triplet: BE, B2 and 8B. RGB value is (190,178,139). Sum of RGB (Red+Green+Blue) = 190+178+139=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB28B is #414D74. Grayscale: #B1B1B1. Windows color (decimal): -4279669 or 9155262. OLE color: 9155262.

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

Color convert

RGB 190 178 139 -
CMYK 0 0.06 0.27 0.25
HSL 45.88º 0.28% 0.65% -
HSV(B) 45.88º 0.27% 0.75% -
XYZ 41.82 44.65 30.84 -
YUV 177.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 190 178 139 0 0.06 0.27 0.25 45.88 0.28 0.65
Hex BE B2 8B 0 6 1B 19 2E 1C 41
Octal 276 262 213 0 6 33 31 56 34 101
Binary 10111110 10110010 10001011 0 110 11011 11001 101110 11100 1000001

Color Harmonies of #BEB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB28B

Black with #BEB28B

Text Example


Text Example

White with #BEB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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