Html Css Color HEX #BDB08D Chino

📋 copy color: '#BDB08D'

red 189 ◦ green 176 ◦ blue 141

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

Shades of Chino #BDB08D

Tints of Chino #BDB08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 37.35%
G = 34.78%
B = 27.87%

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

#BDB08D (or 0xBDB08D) is known color: Chino. HEX triplet: BD, B0 and 8D. RGB value is (189,176,141). Sum of RGB (Red+Green+Blue) = 189+176+141=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB08D is #424F72. Grayscale: #B0B0B0. Windows color (decimal): -4345715 or 9285821. OLE color: 9285821.

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

Color convert

RGB 189 176 141 -
CMYK 0 0.07 0.25 0.26
HSL 43.75º 0.27% 0.65% -
HSV(B) 43.75º 0.25% 0.74% -
XYZ 41.32 43.79 31.47 -
YUV 175.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 189 176 141 0 0.07 0.25 0.26 43.75 0.27 0.65
Hex BD B0 8D 0 7 19 1A 2C 1B 41
Octal 275 260 215 0 7 31 32 54 33 101
Binary 10111101 10110000 10001101 0 111 11001 11010 101100 11011 1000001

Color Harmonies of #BDB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB08D

Black with #BDB08D

Text Example


Text Example

White with #BDB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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