Html Css Color HEX #BDB088 Chino

📋 copy color: '#BDB088'

red 189 ◦ green 176 ◦ blue 136

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

Shades of Chino #BDB088

Tints of Chino #BDB088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 37.72%
G = 35.13%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDB088 (or 0xBDB088) is known color: Chino. HEX triplet: BD, B0 and 88. RGB value is (189,176,136). Sum of RGB (Red+Green+Blue) = 189+176+136=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB088 is #424F77. Grayscale: #AFAFAF. Windows color (decimal): -4345720 or 8958141. OLE color: 8958141.

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

Color convert

RGB 189 176 136 -
CMYK 0 0.07 0.28 0.26
HSL 45.28º 0.29% 0.64% -
HSV(B) 45.28º 0.28% 0.74% -
XYZ 40.96 43.65 29.56 -
YUV 175.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 189 176 136 0 0.07 0.28 0.26 45.28 0.29 0.64
Hex BD B0 88 0 7 1C 1A 2D 1D 40
Octal 275 260 210 0 7 34 32 55 35 100
Binary 10111101 10110000 10001000 0 111 11100 11010 101101 11101 1000000

Color Harmonies of #BDB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB088

Black with #BDB088

Text Example


Text Example

White with #BDB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB088; }

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

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

background-color css

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

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

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

border-color css

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

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

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