Html Css Color HEX #BDB27B Ecru

📋 copy color: '#BDB27B'

red 189 ◦ green 178 ◦ blue 123

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

Shades of Ecru #BDB27B

Tints of Ecru #BDB27B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.33%

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 38.57%
G = 36.33%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB27B (or 0xBDB27B) is known color: Ecru. HEX triplet: BD, B2 and 7B. RGB value is (189,178,123). Sum of RGB (Red+Green+Blue) = 189+178+123=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27B is #424D84. Grayscale: #AFAFAF. Windows color (decimal): -4345221 or 8106685. OLE color: 8106685.

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

Color convert

RGB 189 178 123 -
CMYK 0 0.06 0.35 0.26
HSL 50º 0.33% 0.61% -
HSV(B) 50º 0.35% 0.74% -
XYZ 40.48 44.09 25.12 -
YUV 175.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 189 178 123 0 0.06 0.35 0.26 50 0.33 0.61
Hex BD B2 7B 0 6 23 1A 32 21 3D
Octal 275 262 173 0 6 43 32 62 41 75
Binary 10111101 10110010 1111011 0 110 100011 11010 110010 100001 111101

Color Harmonies of #BDB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB27B

Black with #BDB27B

Text Example


Text Example

White with #BDB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB27B; }

 p { color: rgb(189,178,123); }

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

background-color css

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

 a { background-color: rgb(189,178,123); }

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

border-color css

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

 span { border-color: rgb(189,178,123); }

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