Html Css Color HEX #BDB33A Brass

📋 copy color: '#BDB33A'

red 189 ◦ green 179 ◦ blue 58

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

Shades of Brass #BDB33A

Tints of Brass #BDB33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 58 (23.05% from 255) = 13.62%

R = 44.37%
G = 42.02%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDB33A (or 0xBDB33A) is known color: Brass. HEX triplet: BD, B3 and 3A. RGB value is (189,179,58). Sum of RGB (Red+Green+Blue) = 189+179+58=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB33A is #424CC5. Grayscale: #A8A8A8. Windows color (decimal): -4345030 or 3847101. OLE color: 3847101.

HSL color Cylindrical-coordinate representation of color #BDB33A: hue angle of 55.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDB33A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 58 -
CMYK 0 0.05 0.69 0.26
HSL 55.42º 0.53% 0.48% -
HSV(B) 55.42º 0.69% 0.74% -
XYZ 37.87 43.36 10.38 -
YUV 168.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 189 179 58 0 0.05 0.69 0.26 55.42 0.53 0.48
Hex BD B3 3A 0 5 45 1A 37 35 30
Octal 275 263 72 0 5 105 32 67 65 60
Binary 10111101 10110011 111010 0 101 1000101 11010 110111 110101 110000

Color Harmonies of #BDB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB33A

Black with #BDB33A

Text Example


Text Example

White with #BDB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB33A; }

 p { color: rgb(189,179,58); }

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

background-color css

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

 a { background-color: rgb(189,179,58); }

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

border-color css

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

 span { border-color: rgb(189,179,58); }

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