Html Css Color HEX #BDB27A Ecru

📋 copy color: '#BDB27A'

red 189 ◦ green 178 ◦ blue 122

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

Shades of Ecru #BDB27A

Tints of Ecru #BDB27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.95%

R = 38.65%
G = 36.4%
B = 24.95%

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

#BDB27A (or 0xBDB27A) is known color: Ecru. HEX triplet: BD, B2 and 7A. RGB value is (189,178,122). Sum of RGB (Red+Green+Blue) = 189+178+122=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27A is #424D85. Grayscale: #AFAFAF. Windows color (decimal): -4345222 or 8041149. OLE color: 8041149.

HSL color Cylindrical-coordinate representation of color #BDB27A: hue angle of 50.15º degrees, saturation: 0.34, 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 #BDB27A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 122 -
CMYK 0 0.06 0.35 0.26
HSL 50.15º 0.34% 0.61% -
HSV(B) 50.15º 0.35% 0.74% -
XYZ 40.42 44.06 24.79 -
YUV 174.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 189 178 122 0 0.06 0.35 0.26 50.15 0.34 0.61
Hex BD B2 7A 0 6 23 1A 32 22 3D
Octal 275 262 172 0 6 43 32 62 42 75
Binary 10111101 10110010 1111010 0 110 100011 11010 110010 100010 111101

Color Harmonies of #BDB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB27A

Black with #BDB27A

Text Example


Text Example

White with #BDB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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