Html Css Color HEX #BDB35F Gimblet

📋 copy color: '#BDB35F'

red 189 ◦ green 179 ◦ blue 95

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

Shades of Gimblet #BDB35F

Tints of Gimblet #BDB35F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.66%

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

R = 40.82%
G = 38.66%
B = 20.52%

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

#BDB35F (or 0xBDB35F) is known color: Gimblet. HEX triplet: BD, B3 and 5F. RGB value is (189,179,95). Sum of RGB (Red+Green+Blue) = 189+179+95=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB35F is #424CA0. Grayscale: #ACACAC. Windows color (decimal): -4344993 or 6271933. OLE color: 6271933.

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

Color convert

RGB 189 179 95 -
CMYK 0 0.05 0.50 0.26
HSL 53.62º 0.42% 0.56% -
HSV(B) 53.62º 0.5% 0.74% -
XYZ 39.17 43.89 17.23 -
YUV 172.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 189 179 95 0 0.05 0.50 0.26 53.62 0.42 0.56
Hex BD B3 5F 0 5 32 1A 36 2A 38
Octal 275 263 137 0 5 62 32 66 52 70
Binary 10111101 10110011 1011111 0 101 110010 11010 110110 101010 111000

Color Harmonies of #BDB35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB35F

Black with #BDB35F

Text Example


Text Example

White with #BDB35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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