Html Css Color HEX #BDB069 Gimblet

📋 copy color: '#BDB069'

red 189 ◦ green 176 ◦ blue 105

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

Shades of Gimblet #BDB069

Tints of Gimblet #BDB069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.34%

R = 40.21%
G = 37.45%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB069 (or 0xBDB069) is known color: Gimblet. HEX triplet: BD, B0 and 69. RGB value is (189,176,105). Sum of RGB (Red+Green+Blue) = 189+176+105=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB069 is #424F96. Grayscale: #ACACAC. Windows color (decimal): -4345751 or 6926525. OLE color: 6926525.

HSL color Cylindrical-coordinate representation of color #BDB069: hue angle of 50.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDB069 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 105 -
CMYK 0 0.07 0.44 0.26
HSL 50.71º 0.39% 0.58% -
HSV(B) 50.71º 0.44% 0.74% -
XYZ 39.06 42.89 19.58 -
YUV 171.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 189 176 105 0 0.07 0.44 0.26 50.71 0.39 0.58
Hex BD B0 69 0 7 2C 1A 33 27 3A
Octal 275 260 151 0 7 54 32 63 47 72
Binary 10111101 10110000 1101001 0 111 101100 11010 110011 100111 111010

Color Harmonies of #BDB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB069

Black with #BDB069

Text Example


Text Example

White with #BDB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB069; }

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

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

background-color css

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

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

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

border-color css

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

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

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