Html Css Color HEX #BEB08B Chino

📋 copy color: '#BEB08B'

red 190 ◦ green 176 ◦ blue 139

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

Shades of Chino #BEB08B

Tints of Chino #BEB08B

RGB

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

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

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

R = 37.62%
G = 34.85%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEB08B (or 0xBEB08B) is known color: Chino. HEX triplet: BE, B0 and 8B. RGB value is (190,176,139). Sum of RGB (Red+Green+Blue) = 190+176+139=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08B is #414F74. Grayscale: #B0B0B0. Windows color (decimal): -4280181 or 9154750. OLE color: 9154750.

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

Color convert

RGB 190 176 139 -
CMYK 0 0.07 0.27 0.25
HSL 43.53º 0.28% 0.65% -
HSV(B) 43.53º 0.27% 0.75% -
XYZ 41.42 43.86 30.71 -
YUV 175.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 190 176 139 0 0.07 0.27 0.25 43.53 0.28 0.65
Hex BE B0 8B 0 7 1B 19 2C 1C 41
Octal 276 260 213 0 7 33 31 54 34 101
Binary 10111110 10110000 10001011 0 111 11011 11001 101100 11100 1000001

Color Harmonies of #BEB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB08B

Black with #BEB08B

Text Example


Text Example

White with #BEB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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