Html Css Color HEX #BDB342 Brass

📋 copy color: '#BDB342'

red 189 ◦ green 179 ◦ blue 66

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

Shades of Brass #BDB342

Tints of Brass #BDB342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 43.55%
G = 41.24%
B = 15.21%

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

#BDB342 (or 0xBDB342) is known color: Brass. HEX triplet: BD, B3 and 42. RGB value is (189,179,66). Sum of RGB (Red+Green+Blue) = 189+179+66=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB342 is #424CBD. Grayscale: #A9A9A9. Windows color (decimal): -4345022 or 4371389. OLE color: 4371389.

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

Color convert

RGB 189 179 66 -
CMYK 0 0.05 0.65 0.26
HSL 55.12º 0.48% 0.5% -
HSV(B) 55.12º 0.65% 0.74% -
XYZ 38.09 43.45 11.53 -
YUV 169.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 189 179 66 0 0.05 0.65 0.26 55.12 0.48 0.5
Hex BD B3 42 0 5 41 1A 37 30 32
Octal 275 263 102 0 5 101 32 67 60 62
Binary 10111101 10110011 1000010 0 101 1000001 11010 110111 110000 110010

Color Harmonies of #BDB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB342

Black with #BDB342

Text Example


Text Example

White with #BDB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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