Html Css Color HEX #BDB142 Brass

📋 copy color: '#BDB142'

red 189 ◦ green 177 ◦ blue 66

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

Shades of Brass #BDB142

Tints of Brass #BDB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.97%

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

R = 43.75%
G = 40.97%
B = 15.28%

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

#BDB142 (or 0xBDB142) is known color: Brass. HEX triplet: BD, B1 and 42. RGB value is (189,177,66). Sum of RGB (Red+Green+Blue) = 189+177+66=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB142 is #424EBD. Grayscale: #A8A8A8. Windows color (decimal): -4345534 or 4370877. OLE color: 4370877.

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

Color convert

RGB 189 177 66 -
CMYK 0 0.06 0.65 0.26
HSL 54.15º 0.48% 0.5% -
HSV(B) 54.15º 0.65% 0.74% -
XYZ 37.69 42.66 11.4 -
YUV 167.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 189 177 66 0 0.06 0.65 0.26 54.15 0.48 0.5
Hex BD B1 42 0 6 41 1A 36 30 32
Octal 275 261 102 0 6 101 32 66 60 62
Binary 10111101 10110001 1000010 0 110 1000001 11010 110110 110000 110010

Color Harmonies of #BDB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB142

Black with #BDB142

Text Example


Text Example

White with #BDB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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