Html Css Color HEX #BDB068 Gimblet

📋 copy color: '#BDB068'

red 189 ◦ green 176 ◦ blue 104

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

Shades of Gimblet #BDB068

Tints of Gimblet #BDB068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 40.3%
G = 37.53%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDB068 (or 0xBDB068) is known color: Gimblet. HEX triplet: BD, B0 and 68. RGB value is (189,176,104). Sum of RGB (Red+Green+Blue) = 189+176+104=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB068 is #424F97. Grayscale: #ABABAB. Windows color (decimal): -4345752 or 6860989. OLE color: 6860989.

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

Color convert

RGB 189 176 104 -
CMYK 0 0.07 0.45 0.26
HSL 50.82º 0.39% 0.57% -
HSV(B) 50.82º 0.45% 0.74% -
XYZ 39.01 42.87 19.32 -
YUV 171.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 189 176 104 0 0.07 0.45 0.26 50.82 0.39 0.57
Hex BD B0 68 0 7 2D 1A 33 27 39
Octal 275 260 150 0 7 55 32 63 47 71
Binary 10111101 10110000 1101000 0 111 101101 11010 110011 100111 111001

Color Harmonies of #BDB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB068

Black with #BDB068

Text Example


Text Example

White with #BDB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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