Html Css Color HEX #BDB055 Gimblet

📋 copy color: '#BDB055'

red 189 ◦ green 176 ◦ blue 85

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

Shades of Gimblet #BDB055

Tints of Gimblet #BDB055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 42%
G = 39.11%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BDB055 (or 0xBDB055) is known color: Gimblet. HEX triplet: BD, B0 and 55. RGB value is (189,176,85). Sum of RGB (Red+Green+Blue) = 189+176+85=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB055 is #424FAA. Grayscale: #A9A9A9. Windows color (decimal): -4345771 or 5615805. OLE color: 5615805.

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

Color convert

RGB 189 176 85 -
CMYK 0 0.07 0.55 0.26
HSL 52.5º 0.44% 0.54% -
HSV(B) 52.5º 0.55% 0.74% -
XYZ 38.15 42.53 14.79 -
YUV 169.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 189 176 85 0 0.07 0.55 0.26 52.5 0.44 0.54
Hex BD B0 55 0 7 37 1A 34 2C 36
Octal 275 260 125 0 7 67 32 64 54 66
Binary 10111101 10110000 1010101 0 111 110111 11010 110100 101100 110110

Color Harmonies of #BDB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB055

Black with #BDB055

Text Example


Text Example

White with #BDB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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