Html Css Color HEX #BDB08B Chino

📋 copy color: '#BDB08B'

red 189 ◦ green 176 ◦ blue 139

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

Shades of Chino #BDB08B

Tints of Chino #BDB08B

RGB

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

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

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

R = 37.5%
G = 34.92%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDB08B (or 0xBDB08B) is known color: Chino. HEX triplet: BD, B0 and 8B. RGB value is (189,176,139). Sum of RGB (Red+Green+Blue) = 189+176+139=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB08B is #424F74. Grayscale: #AFAFAF. Windows color (decimal): -4345717 or 9154749. OLE color: 9154749.

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

Color convert

RGB 189 176 139 -
CMYK 0 0.07 0.26 0.26
HSL 44.4º 0.27% 0.64% -
HSV(B) 44.4º 0.26% 0.74% -
XYZ 41.17 43.73 30.7 -
YUV 175.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 189 176 139 0 0.07 0.26 0.26 44.4 0.27 0.64
Hex BD B0 8B 0 7 1A 1A 2C 1B 40
Octal 275 260 213 0 7 32 32 54 33 100
Binary 10111101 10110000 10001011 0 111 11010 11010 101100 11011 1000000

Color Harmonies of #BDB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB08B

Black with #BDB08B

Text Example


Text Example

White with #BDB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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