Html Css Color HEX #BDB18B Chino

📋 copy color: '#BDB18B'

red 189 ◦ green 177 ◦ blue 139

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

Shades of Chino #BDB18B

Tints of Chino #BDB18B

RGB

 RED value IS 189 (74.22% from 255) = 37.43%

 GREEN value IS 177 (69.53% from 255) = 35.05%

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

R = 37.43%
G = 35.05%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDB18B (or 0xBDB18B) is known color: Chino. HEX triplet: BD, B1 and 8B. RGB value is (189,177,139). Sum of RGB (Red+Green+Blue) = 189+177+139=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB18B is #424E74. Grayscale: #B0B0B0. Windows color (decimal): -4345461 or 9155005. OLE color: 9155005.

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

Color convert

RGB 189 177 139 -
CMYK 0 0.06 0.26 0.26
HSL 45.6º 0.27% 0.64% -
HSV(B) 45.6º 0.26% 0.74% -
XYZ 41.37 44.13 30.76 -
YUV 176.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 189 177 139 0 0.06 0.26 0.26 45.6 0.27 0.64
Hex BD B1 8B 0 6 1A 1A 2E 1B 40
Octal 275 261 213 0 6 32 32 56 33 100
Binary 10111101 10110001 10001011 0 110 11010 11010 101110 11011 1000000

Color Harmonies of #BDB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB18B

Black with #BDB18B

Text Example


Text Example

White with #BDB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB18B; }

 p { color: rgb(189,177,139); }

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

background-color css

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

 a { background-color: rgb(189,177,139); }

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

border-color css

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

 span { border-color: rgb(189,177,139); }

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