Html Css Color HEX #BDB03F Brass

📋 copy color: '#BDB03F'

red 189 ◦ green 176 ◦ blue 63

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

Shades of Brass #BDB03F

Tints of Brass #BDB03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.72%

R = 44.16%
G = 41.12%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB03F (or 0xBDB03F) is known color: Brass. HEX triplet: BD, B0 and 3F. RGB value is (189,176,63). Sum of RGB (Red+Green+Blue) = 189+176+63=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB03F is #424FC0. Grayscale: #A7A7A7. Windows color (decimal): -4345793 or 4174013. OLE color: 4174013.

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

Color convert

RGB 189 176 63 -
CMYK 0 0.07 0.67 0.26
HSL 53.81º 0.5% 0.49% -
HSV(B) 53.81º 0.67% 0.74% -
XYZ 37.41 42.23 10.88 -
YUV 167.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 189 176 63 0 0.07 0.67 0.26 53.81 0.5 0.49
Hex BD B0 3F 0 7 43 1A 36 32 31
Octal 275 260 77 0 7 103 32 66 62 61
Binary 10111101 10110000 111111 0 111 1000011 11010 110110 110010 110001

Color Harmonies of #BDB03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB03F

Black with #BDB03F

Text Example


Text Example

White with #BDB03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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