Html Css Color HEX #BDB241 Brass

📋 copy color: '#BDB241'

red 189 ◦ green 178 ◦ blue 65

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

Shades of Brass #BDB241

Tints of Brass #BDB241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

 BLUE value IS 65 (25.78% from 255) = 15.05%

R = 43.75%
G = 41.2%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB241 (or 0xBDB241) is known color: Brass. HEX triplet: BD, B2 and 41. RGB value is (189,178,65). Sum of RGB (Red+Green+Blue) = 189+178+65=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB241 is #424DBE. Grayscale: #A8A8A8. Windows color (decimal): -4345279 or 4305597. OLE color: 4305597.

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

Color convert

RGB 189 178 65 -
CMYK 0 0.06 0.66 0.26
HSL 54.68º 0.49% 0.5% -
HSV(B) 54.68º 0.66% 0.74% -
XYZ 37.86 43.04 11.31 -
YUV 168.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 189 178 65 0 0.06 0.66 0.26 54.68 0.49 0.5
Hex BD B2 41 0 6 42 1A 37 31 32
Octal 275 262 101 0 6 102 32 67 61 62
Binary 10111101 10110010 1000001 0 110 1000010 11010 110111 110001 110010

Color Harmonies of #BDB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB241

Black with #BDB241

Text Example


Text Example

White with #BDB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB241; }

 p { color: rgb(189,178,65); }

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

background-color css

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

 a { background-color: rgb(189,178,65); }

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

border-color css

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

 span { border-color: rgb(189,178,65); }

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