Html Css Color HEX #BDB63A Brass

📋 copy color: '#BDB63A'

red 189 ◦ green 182 ◦ blue 58

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

Shades of Brass #BDB63A

Tints of Brass #BDB63A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

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

R = 44.06%
G = 42.42%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDB63A (or 0xBDB63A) is known color: Brass. HEX triplet: BD, B6 and 3A. RGB value is (189,182,58). Sum of RGB (Red+Green+Blue) = 189+182+58=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB63A is #4249C5. Grayscale: #AAAAAA. Windows color (decimal): -4344262 or 3847869. OLE color: 3847869.

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

Color convert

RGB 189 182 58 -
CMYK 0 0.04 0.69 0.26
HSL 56.79º 0.53% 0.48% -
HSV(B) 56.79º 0.69% 0.74% -
XYZ 38.48 44.58 10.58 -
YUV 169.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 189 182 58 0 0.04 0.69 0.26 56.79 0.53 0.48
Hex BD B6 3A 0 4 45 1A 39 35 30
Octal 275 266 72 0 4 105 32 71 65 60
Binary 10111101 10110110 111010 0 100 1000101 11010 111001 110101 110000

Color Harmonies of #BDB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB63A

Black with #BDB63A

Text Example


Text Example

White with #BDB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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