Html Css Color HEX #BDB83E Brass

📋 copy color: '#BDB83E'

red 189 ◦ green 184 ◦ blue 62

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

Shades of Brass #BDB83E

Tints of Brass #BDB83E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.3%

 BLUE value IS 62 (24.61% from 255) = 14.25%

R = 43.45%
G = 42.3%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB83E (or 0xBDB83E) is known color: Brass. HEX triplet: BD, B8 and 3E. RGB value is (189,184,62). Sum of RGB (Red+Green+Blue) = 189+184+62=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB83E is #4247C1. Grayscale: #ACACAC. Windows color (decimal): -4343746 or 4110525. OLE color: 4110525.

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

Color convert

RGB 189 184 62 -
CMYK 0 0.03 0.67 0.26
HSL 57.64º 0.51% 0.49% -
HSV(B) 57.64º 0.67% 0.74% -
XYZ 39 45.45 11.27 -
YUV 171.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 189 184 62 0 0.03 0.67 0.26 57.64 0.51 0.49
Hex BD B8 3E 0 3 43 1A 3A 33 31
Octal 275 270 76 0 3 103 32 72 63 61
Binary 10111101 10111000 111110 0 11 1000011 11010 111010 110011 110001

Color Harmonies of #BDB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB83E

Black with #BDB83E

Text Example


Text Example

White with #BDB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB83E; }

 p { color: rgb(189,184,62); }

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

background-color css

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

 a { background-color: rgb(189,184,62); }

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

border-color css

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

 span { border-color: rgb(189,184,62); }

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