Html Css Color HEX #BDB43F Brass

📋 copy color: '#BDB43F'

red 189 ◦ green 180 ◦ blue 63

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

Shades of Brass #BDB43F

Tints of Brass #BDB43F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

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

R = 43.75%
G = 41.67%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB43F (or 0xBDB43F) is known color: Brass. HEX triplet: BD, B4 and 3F. RGB value is (189,180,63). Sum of RGB (Red+Green+Blue) = 189+180+63=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB43F is #424BC0. Grayscale: #A9A9A9. Windows color (decimal): -4344769 or 4175037. OLE color: 4175037.

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

Color convert

RGB 189 180 63 -
CMYK 0 0.05 0.67 0.26
HSL 55.71º 0.5% 0.49% -
HSV(B) 55.71º 0.67% 0.74% -
XYZ 38.2 43.82 11.15 -
YUV 169.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 189 180 63 0 0.05 0.67 0.26 55.71 0.5 0.49
Hex BD B4 3F 0 5 43 1A 38 32 31
Octal 275 264 77 0 5 103 32 70 62 61
Binary 10111101 10110100 111111 0 101 1000011 11010 111000 110010 110001

Color Harmonies of #BDB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB43F

Black with #BDB43F

Text Example


Text Example

White with #BDB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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