Html Css Color HEX #BDB743 Brass

📋 copy color: '#BDB743'

red 189 ◦ green 183 ◦ blue 67

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

Shades of Brass #BDB743

Tints of Brass #BDB743

RGB

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

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

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

R = 43.05%
G = 41.69%
B = 15.26%

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

#BDB743 (or 0xBDB743) is known color: Brass. HEX triplet: BD, B7 and 43. RGB value is (189,183,67). Sum of RGB (Red+Green+Blue) = 189+183+67=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB743 is #4248BC. Grayscale: #ACACAC. Windows color (decimal): -4343997 or 4437949. OLE color: 4437949.

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

Color convert

RGB 189 183 67 -
CMYK 0 0.03 0.65 0.26
HSL 57.05º 0.48% 0.5% -
HSV(B) 57.05º 0.65% 0.74% -
XYZ 38.93 45.09 11.96 -
YUV 171.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 189 183 67 0 0.03 0.65 0.26 57.05 0.48 0.5
Hex BD B7 43 0 3 41 1A 39 30 32
Octal 275 267 103 0 3 101 32 71 60 62
Binary 10111101 10110111 1000011 0 11 1000001 11010 111001 110000 110010

Color Harmonies of #BDB743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB743

Black with #BDB743

Text Example


Text Example

White with #BDB743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB743; }

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

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

background-color css

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

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

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

border-color css

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

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

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