Html Css Color HEX #BDB63B Brass

📋 copy color: '#BDB63B'

red 189 ◦ green 182 ◦ blue 59

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

Shades of Brass #BDB63B

Tints of Brass #BDB63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.72%

R = 43.95%
G = 42.33%
B = 13.72%

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

#BDB63B (or 0xBDB63B) is known color: Brass. HEX triplet: BD, B6 and 3B. RGB value is (189,182,59). Sum of RGB (Red+Green+Blue) = 189+182+59=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB63B is #4249C4. Grayscale: #AAAAAA. Windows color (decimal): -4344261 or 3913405. OLE color: 3913405.

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

Color convert

RGB 189 182 59 -
CMYK 0 0.04 0.69 0.26
HSL 56.77º 0.52% 0.49% -
HSV(B) 56.77º 0.69% 0.74% -
XYZ 38.5 44.59 10.72 -
YUV 170.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 189 182 59 0 0.04 0.69 0.26 56.77 0.52 0.49
Hex BD B6 3B 0 4 45 1A 39 34 31
Octal 275 266 73 0 4 105 32 71 64 61
Binary 10111101 10110110 111011 0 100 1000101 11010 111001 110100 110001

Color Harmonies of #BDB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB63B

Black with #BDB63B

Text Example


Text Example

White with #BDB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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