Html Css Color HEX #BDB07B Ecru

📋 copy color: '#BDB07B'

red 189 ◦ green 176 ◦ blue 123

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

Shades of Ecru #BDB07B

Tints of Ecru #BDB07B

RGB

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

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

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

R = 38.73%
G = 36.07%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB07B (or 0xBDB07B) is known color: Ecru. HEX triplet: BD, B0 and 7B. RGB value is (189,176,123). Sum of RGB (Red+Green+Blue) = 189+176+123=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB07B is #424F84. Grayscale: #AEAEAE. Windows color (decimal): -4345733 or 8106173. OLE color: 8106173.

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

Color convert

RGB 189 176 123 -
CMYK 0 0.07 0.35 0.26
HSL 48.18º 0.33% 0.61% -
HSV(B) 48.18º 0.35% 0.74% -
XYZ 40.09 43.3 24.98 -
YUV 173.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 189 176 123 0 0.07 0.35 0.26 48.18 0.33 0.61
Hex BD B0 7B 0 7 23 1A 30 21 3D
Octal 275 260 173 0 7 43 32 60 41 75
Binary 10111101 10110000 1111011 0 111 100011 11010 110000 100001 111101

Color Harmonies of #BDB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB07B

Black with #BDB07B

Text Example


Text Example

White with #BDB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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