Html Css Color HEX #BDB243 Brass

📋 copy color: '#BDB243'

red 189 ◦ green 178 ◦ blue 67

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

Shades of Brass #BDB243

Tints of Brass #BDB243

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

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

R = 43.55%
G = 41.01%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDB243 (or 0xBDB243) is known color: Brass. HEX triplet: BD, B2 and 43. RGB value is (189,178,67). Sum of RGB (Red+Green+Blue) = 189+178+67=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB243 is #424DBC. Grayscale: #A9A9A9. Windows color (decimal): -4345277 or 4436669. OLE color: 4436669.

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

Color convert

RGB 189 178 67 -
CMYK 0 0.06 0.65 0.26
HSL 54.59º 0.48% 0.5% -
HSV(B) 54.59º 0.65% 0.74% -
XYZ 37.92 43.06 11.62 -
YUV 168.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 189 178 67 0 0.06 0.65 0.26 54.59 0.48 0.5
Hex BD B2 43 0 6 41 1A 37 30 32
Octal 275 262 103 0 6 101 32 67 60 62
Binary 10111101 10110010 1000011 0 110 1000001 11010 110111 110000 110010

Color Harmonies of #BDB243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB243

Black with #BDB243

Text Example


Text Example

White with #BDB243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB243; }

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

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

background-color css

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

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

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

border-color css

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

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

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