Html Css Color HEX #BEB28C Chino

📋 copy color: '#BEB28C'

red 190 ◦ green 178 ◦ blue 140

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

Shades of Chino #BEB28C

Tints of Chino #BEB28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 37.4%
G = 35.04%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEB28C (or 0xBEB28C) is known color: Chino. HEX triplet: BE, B2 and 8C. RGB value is (190,178,140). Sum of RGB (Red+Green+Blue) = 190+178+140=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB28C is #414D73. Grayscale: #B1B1B1. Windows color (decimal): -4279668 or 9220798. OLE color: 9220798.

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

Color convert

RGB 190 178 140 -
CMYK 0 0.06 0.26 0.25
HSL 45.6º 0.28% 0.65% -
HSV(B) 45.6º 0.26% 0.75% -
XYZ 41.89 44.68 31.23 -
YUV 177.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 190 178 140 0 0.06 0.26 0.25 45.6 0.28 0.65
Hex BE B2 8C 0 6 1A 19 2E 1C 41
Octal 276 262 214 0 6 32 31 56 34 101
Binary 10111110 10110010 10001100 0 110 11010 11001 101110 11100 1000001

Color Harmonies of #BEB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB28C

Black with #BEB28C

Text Example


Text Example

White with #BEB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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