Html Css Color HEX #BDB134 Brass

📋 copy color: '#BDB134'

red 189 ◦ green 177 ◦ blue 52

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

Shades of Brass #BDB134

Tints of Brass #BDB134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 45.22%
G = 42.34%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB134 (or 0xBDB134) is known color: Brass. HEX triplet: BD, B1 and 34. RGB value is (189,177,52). Sum of RGB (Red+Green+Blue) = 189+177+52=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB134 is #424ECB. Grayscale: #A6A6A6. Windows color (decimal): -4345548 or 3453373. OLE color: 3453373.

HSL color Cylindrical-coordinate representation of color #BDB134: hue angle of 54.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDB134 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 52 -
CMYK 0 0.06 0.72 0.26
HSL 54.74º 0.57% 0.47% -
HSV(B) 54.74º 0.72% 0.74% -
XYZ 37.33 42.51 9.49 -
YUV 166.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 189 177 52 0 0.06 0.72 0.26 54.74 0.57 0.47
Hex BD B1 34 0 6 48 1A 37 39 2F
Octal 275 261 64 0 6 110 32 67 71 57
Binary 10111101 10110001 110100 0 110 1001000 11010 110111 111001 101111

Color Harmonies of #BDB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB134

Black with #BDB134

Text Example


Text Example

White with #BDB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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