Html Css Color HEX #BDB33E Brass

📋 copy color: '#BDB33E'

red 189 ◦ green 179 ◦ blue 62

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

Shades of Brass #BDB33E

Tints of Brass #BDB33E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

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

R = 43.95%
G = 41.63%
B = 14.42%

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

#BDB33E (or 0xBDB33E) is known color: Brass. HEX triplet: BD, B3 and 3E. RGB value is (189,179,62). Sum of RGB (Red+Green+Blue) = 189+179+62=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB33E is #424CC1. Grayscale: #A9A9A9. Windows color (decimal): -4345026 or 4109245. OLE color: 4109245.

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

Color convert

RGB 189 179 62 -
CMYK 0 0.05 0.67 0.26
HSL 55.28º 0.51% 0.49% -
HSV(B) 55.28º 0.67% 0.74% -
XYZ 37.98 43.41 10.93 -
YUV 168.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 189 179 62 0 0.05 0.67 0.26 55.28 0.51 0.49
Hex BD B3 3E 0 5 43 1A 37 33 31
Octal 275 263 76 0 5 103 32 67 63 61
Binary 10111101 10110011 111110 0 101 1000011 11010 110111 110011 110001

Color Harmonies of #BDB33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB33E

Black with #BDB33E

Text Example


Text Example

White with #BDB33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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