Html Css Color HEX #BDB03A Brass

📋 copy color: '#BDB03A'

red 189 ◦ green 176 ◦ blue 58

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

Shades of Brass #BDB03A

Tints of Brass #BDB03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.61%

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

R = 44.68%
G = 41.61%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDB03A (or 0xBDB03A) is known color: Brass. HEX triplet: BD, B0 and 3A. RGB value is (189,176,58). Sum of RGB (Red+Green+Blue) = 189+176+58=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB03A is #424FC5. Grayscale: #A6A6A6. Windows color (decimal): -4345798 or 3846333. OLE color: 3846333.

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

Color convert

RGB 189 176 58 -
CMYK 0 0.07 0.69 0.26
HSL 54.05º 0.53% 0.48% -
HSV(B) 54.05º 0.69% 0.74% -
XYZ 37.28 42.17 10.18 -
YUV 166.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 189 176 58 0 0.07 0.69 0.26 54.05 0.53 0.48
Hex BD B0 3A 0 7 45 1A 36 35 30
Octal 275 260 72 0 7 105 32 66 65 60
Binary 10111101 10110000 111010 0 111 1000101 11010 110110 110101 110000

Color Harmonies of #BDB03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB03A

Black with #BDB03A

Text Example


Text Example

White with #BDB03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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