Html Css Color HEX #BEB28D Chino

📋 copy color: '#BEB28D'

red 190 ◦ green 178 ◦ blue 141

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

Shades of Chino #BEB28D

Tints of Chino #BEB28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 37.33%
G = 34.97%
B = 27.7%

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

#BEB28D (or 0xBEB28D) is known color: Chino. HEX triplet: BE, B2 and 8D. RGB value is (190,178,141). Sum of RGB (Red+Green+Blue) = 190+178+141=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB28D is #414D72. Grayscale: #B1B1B1. Windows color (decimal): -4279667 or 9286334. OLE color: 9286334.

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

Color convert

RGB 190 178 141 -
CMYK 0 0.06 0.26 0.25
HSL 45.31º 0.27% 0.65% -
HSV(B) 45.31º 0.26% 0.75% -
XYZ 41.96 44.71 31.62 -
YUV 177.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 190 178 141 0 0.06 0.26 0.25 45.31 0.27 0.65
Hex BE B2 8D 0 6 1A 19 2D 1B 41
Octal 276 262 215 0 6 32 31 55 33 101
Binary 10111110 10110010 10001101 0 110 11010 11001 101101 11011 1000001

Color Harmonies of #BEB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB28D

Black with #BEB28D

Text Example


Text Example

White with #BEB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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