Html Css Color HEX #BDB08E Chino

📋 copy color: '#BDB08E'

red 189 ◦ green 176 ◦ blue 142

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

Shades of Chino #BDB08E

Tints of Chino #BDB08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 37.28%
G = 34.71%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDB08E (or 0xBDB08E) is known color: Chino. HEX triplet: BD, B0 and 8E. RGB value is (189,176,142). Sum of RGB (Red+Green+Blue) = 189+176+142=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB08E is #424F71. Grayscale: #B0B0B0. Windows color (decimal): -4345714 or 9351357. OLE color: 9351357.

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

Color convert

RGB 189 176 142 -
CMYK 0 0.07 0.25 0.26
HSL 43.4º 0.26% 0.65% -
HSV(B) 43.4º 0.25% 0.74% -
XYZ 41.39 43.82 31.87 -
YUV 176.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 189 176 142 0 0.07 0.25 0.26 43.4 0.26 0.65
Hex BD B0 8E 0 7 19 1A 2B 1A 41
Octal 275 260 216 0 7 31 32 53 32 101
Binary 10111101 10110000 10001110 0 111 11001 11010 101011 11010 1000001

Color Harmonies of #BDB08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB08E

Black with #BDB08E

Text Example


Text Example

White with #BDB08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB08E; }

 p { color: rgb(189,176,142); }

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

background-color css

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

 a { background-color: rgb(189,176,142); }

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

border-color css

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

 span { border-color: rgb(189,176,142); }

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