Html Css Color HEX #BDB378 Ecru

📋 copy color: '#BDB378'

red 189 ◦ green 179 ◦ blue 120

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

Shades of Ecru #BDB378

Tints of Ecru #BDB378

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 38.73%
G = 36.68%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB378 (or 0xBDB378) is known color: Ecru. HEX triplet: BD, B3 and 78. RGB value is (189,179,120). Sum of RGB (Red+Green+Blue) = 189+179+120=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB378 is #424C87. Grayscale: #AFAFAF. Windows color (decimal): -4344968 or 7910333. OLE color: 7910333.

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

Color convert

RGB 189 179 120 -
CMYK 0 0.05 0.37 0.26
HSL 51.3º 0.34% 0.61% -
HSV(B) 51.3º 0.37% 0.74% -
XYZ 40.5 44.42 24.21 -
YUV 175.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 189 179 120 0 0.05 0.37 0.26 51.3 0.34 0.61
Hex BD B3 78 0 5 25 1A 33 22 3D
Octal 275 263 170 0 5 45 32 63 42 75
Binary 10111101 10110011 1111000 0 101 100101 11010 110011 100010 111101

Color Harmonies of #BDB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB378

Black with #BDB378

Text Example


Text Example

White with #BDB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB378; }

 p { color: rgb(189,179,120); }

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

background-color css

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

 a { background-color: rgb(189,179,120); }

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

border-color css

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

 span { border-color: rgb(189,179,120); }

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