Html Css Color HEX #BDB45F Gimblet

📋 copy color: '#BDB45F'

red 189 ◦ green 180 ◦ blue 95

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

Shades of Gimblet #BDB45F

Tints of Gimblet #BDB45F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

 BLUE value IS 95 (37.5% from 255) = 20.47%

R = 40.73%
G = 38.79%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDB45F (or 0xBDB45F) is known color: Gimblet. HEX triplet: BD, B4 and 5F. RGB value is (189,180,95). Sum of RGB (Red+Green+Blue) = 189+180+95=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB45F is #424BA0. Grayscale: #ADADAD. Windows color (decimal): -4344737 or 6272189. OLE color: 6272189.

HSL color Cylindrical-coordinate representation of color #BDB45F: hue angle of 54.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB45F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 95 -
CMYK 0 0.05 0.50 0.26
HSL 54.26º 0.42% 0.56% -
HSV(B) 54.26º 0.5% 0.74% -
XYZ 39.37 44.29 17.3 -
YUV 173 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 189 180 95 0 0.05 0.50 0.26 54.26 0.42 0.56
Hex BD B4 5F 0 5 32 1A 36 2A 38
Octal 275 264 137 0 5 62 32 66 52 70
Binary 10111101 10110100 1011111 0 101 110010 11010 110110 101010 111000

Color Harmonies of #BDB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB45F

Black with #BDB45F

Text Example


Text Example

White with #BDB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB45F; }

 p { color: rgb(189,180,95); }

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

background-color css

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

 a { background-color: rgb(189,180,95); }

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

border-color css

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

 span { border-color: rgb(189,180,95); }

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