Html Css Color HEX #BEB08A Chino

📋 copy color: '#BEB08A'

red 190 ◦ green 176 ◦ blue 138

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

Shades of Chino #BEB08A

Tints of Chino #BEB08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 37.7%
G = 34.92%
B = 27.38%

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

#BEB08A (or 0xBEB08A) is known color: Chino. HEX triplet: BE, B0 and 8A. RGB value is (190,176,138). Sum of RGB (Red+Green+Blue) = 190+176+138=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08A is #414F75. Grayscale: #B0B0B0. Windows color (decimal): -4280182 or 9089214. OLE color: 9089214.

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

Color convert

RGB 190 176 138 -
CMYK 0 0.07 0.27 0.25
HSL 43.85º 0.29% 0.64% -
HSV(B) 43.85º 0.27% 0.75% -
XYZ 41.35 43.83 30.33 -
YUV 175.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 190 176 138 0 0.07 0.27 0.25 43.85 0.29 0.64
Hex BE B0 8A 0 7 1B 19 2C 1D 40
Octal 276 260 212 0 7 33 31 54 35 100
Binary 10111110 10110000 10001010 0 111 11011 11001 101100 11101 1000000

Color Harmonies of #BEB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB08A

Black with #BEB08A

Text Example


Text Example

White with #BEB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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