Html Css Color HEX #BDB13A Brass

📋 copy color: '#BDB13A'

red 189 ◦ green 177 ◦ blue 58

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

Shades of Brass #BDB13A

Tints of Brass #BDB13A

RGB

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

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

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

R = 44.58%
G = 41.75%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDB13A (or 0xBDB13A) is known color: Brass. HEX triplet: BD, B1 and 3A. RGB value is (189,177,58). Sum of RGB (Red+Green+Blue) = 189+177+58=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB13A is #424EC5. Grayscale: #A7A7A7. Windows color (decimal): -4345542 or 3846589. OLE color: 3846589.

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

Color convert

RGB 189 177 58 -
CMYK 0 0.06 0.69 0.26
HSL 54.5º 0.53% 0.48% -
HSV(B) 54.5º 0.69% 0.74% -
XYZ 37.47 42.57 10.24 -
YUV 167.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 189 177 58 0 0.06 0.69 0.26 54.5 0.53 0.48
Hex BD B1 3A 0 6 45 1A 37 35 30
Octal 275 261 72 0 6 105 32 67 65 60
Binary 10111101 10110001 111010 0 110 1000101 11010 110111 110101 110000

Color Harmonies of #BDB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB13A

Black with #BDB13A

Text Example


Text Example

White with #BDB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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