Html Css Color HEX #BDB343 Brass

📋 copy color: '#BDB343'

red 189 ◦ green 179 ◦ blue 67

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

Shades of Brass #BDB343

Tints of Brass #BDB343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.4%

R = 43.45%
G = 41.15%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDB343 (or 0xBDB343) is known color: Brass. HEX triplet: BD, B3 and 43. RGB value is (189,179,67). Sum of RGB (Red+Green+Blue) = 189+179+67=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB343 is #424CBC. Grayscale: #A9A9A9. Windows color (decimal): -4345021 or 4436925. OLE color: 4436925.

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

Color convert

RGB 189 179 67 -
CMYK 0 0.05 0.65 0.26
HSL 55.08º 0.48% 0.5% -
HSV(B) 55.08º 0.65% 0.74% -
XYZ 38.12 43.46 11.69 -
YUV 169.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 189 179 67 0 0.05 0.65 0.26 55.08 0.48 0.5
Hex BD B3 43 0 5 41 1A 37 30 32
Octal 275 263 103 0 5 101 32 67 60 62
Binary 10111101 10110011 1000011 0 101 1000001 11010 110111 110000 110010

Color Harmonies of #BDB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB343

Black with #BDB343

Text Example


Text Example

White with #BDB343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB343; }

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

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

background-color css

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

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

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

border-color css

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

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

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