Html Css Color HEX #BEB08C Chino

📋 copy color: '#BEB08C'

red 190 ◦ green 176 ◦ blue 140

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

Shades of Chino #BEB08C

Tints of Chino #BEB08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 37.55%
G = 34.78%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEB08C (or 0xBEB08C) is known color: Chino. HEX triplet: BE, B0 and 8C. RGB value is (190,176,140). Sum of RGB (Red+Green+Blue) = 190+176+140=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08C is #414F73. Grayscale: #B0B0B0. Windows color (decimal): -4280180 or 9220286. OLE color: 9220286.

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

Color convert

RGB 190 176 140 -
CMYK 0 0.07 0.26 0.25
HSL 43.2º 0.28% 0.65% -
HSV(B) 43.2º 0.26% 0.75% -
XYZ 41.49 43.89 31.1 -
YUV 176.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 190 176 140 0 0.07 0.26 0.25 43.2 0.28 0.65
Hex BE B0 8C 0 7 1A 19 2B 1C 41
Octal 276 260 214 0 7 32 31 53 34 101
Binary 10111110 10110000 10001100 0 111 11010 11001 101011 11100 1000001

Color Harmonies of #BEB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB08C

Black with #BEB08C

Text Example


Text Example

White with #BEB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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