Html Css Color HEX #BDB235 Brass

📋 copy color: '#BDB235'

red 189 ◦ green 178 ◦ blue 53

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

Shades of Brass #BDB235

Tints of Brass #BDB235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.62%

R = 45%
G = 42.38%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB235 (or 0xBDB235) is known color: Brass. HEX triplet: BD, B2 and 35. RGB value is (189,178,53). Sum of RGB (Red+Green+Blue) = 189+178+53=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB235 is #424DCA. Grayscale: #A7A7A7. Windows color (decimal): -4345291 or 3519165. OLE color: 3519165.

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

Color convert

RGB 189 178 53 -
CMYK 0 0.06 0.72 0.26
HSL 55.15º 0.56% 0.47% -
HSV(B) 55.15º 0.72% 0.74% -
XYZ 37.55 42.92 9.67 -
YUV 167.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 189 178 53 0 0.06 0.72 0.26 55.15 0.56 0.47
Hex BD B2 35 0 6 48 1A 37 38 2F
Octal 275 262 65 0 6 110 32 67 70 57
Binary 10111101 10110010 110101 0 110 1001000 11010 110111 111000 101111

Color Harmonies of #BDB235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB235

Black with #BDB235

Text Example


Text Example

White with #BDB235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB235; }

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

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

background-color css

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

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

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

border-color css

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

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

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