Html Css Color HEX #BDB742 Brass

📋 copy color: '#BDB742'

red 189 ◦ green 183 ◦ blue 66

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

Shades of Brass #BDB742

Tints of Brass #BDB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

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

R = 43.15%
G = 41.78%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDB742 (or 0xBDB742) is known color: Brass. HEX triplet: BD, B7 and 42. RGB value is (189,183,66). Sum of RGB (Red+Green+Blue) = 189+183+66=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB742 is #4248BD. Grayscale: #ABABAB. Windows color (decimal): -4343998 or 4372413. OLE color: 4372413.

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

Color convert

RGB 189 183 66 -
CMYK 0 0.03 0.65 0.26
HSL 57.07º 0.48% 0.5% -
HSV(B) 57.07º 0.65% 0.74% -
XYZ 38.9 45.08 11.8 -
YUV 171.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 189 183 66 0 0.03 0.65 0.26 57.07 0.48 0.5
Hex BD B7 42 0 3 41 1A 39 30 32
Octal 275 267 102 0 3 101 32 71 60 62
Binary 10111101 10110111 1000010 0 11 1000001 11010 111001 110000 110010

Color Harmonies of #BDB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB742

Black with #BDB742

Text Example


Text Example

White with #BDB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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