Html Css Color HEX #BDB344 Brass

📋 copy color: '#BDB344'

red 189 ◦ green 179 ◦ blue 68

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

Shades of Brass #BDB344

Tints of Brass #BDB344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.6%

R = 43.35%
G = 41.06%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDB344 (or 0xBDB344) is known color: Brass. HEX triplet: BD, B3 and 44. RGB value is (189,179,68). Sum of RGB (Red+Green+Blue) = 189+179+68=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB344 is #424CBB. Grayscale: #A9A9A9. Windows color (decimal): -4345020 or 4502461. OLE color: 4502461.

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

Color convert

RGB 189 179 68 -
CMYK 0 0.05 0.64 0.26
HSL 55.04º 0.48% 0.5% -
HSV(B) 55.04º 0.64% 0.74% -
XYZ 38.15 43.48 11.85 -
YUV 169.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 189 179 68 0 0.05 0.64 0.26 55.04 0.48 0.5
Hex BD B3 44 0 5 40 1A 37 30 32
Octal 275 263 104 0 5 100 32 67 60 62
Binary 10111101 10110011 1000100 0 101 1000000 11010 110111 110000 110010

Color Harmonies of #BDB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB344

Black with #BDB344

Text Example


Text Example

White with #BDB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB344; }

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

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

background-color css

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

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

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

border-color css

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

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

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