Html Css Color HEX #BDB234 Brass

📋 copy color: '#BDB234'

red 189 ◦ green 178 ◦ blue 52

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

Shades of Brass #BDB234

Tints of Brass #BDB234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.41%

R = 45.11%
G = 42.48%
B = 12.41%

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

#BDB234 (or 0xBDB234) is known color: Brass. HEX triplet: BD, B2 and 34. RGB value is (189,178,52). Sum of RGB (Red+Green+Blue) = 189+178+52=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB234 is #424DCB. Grayscale: #A7A7A7. Windows color (decimal): -4345292 or 3453629. OLE color: 3453629.

HSL color Cylindrical-coordinate representation of color #BDB234: hue angle of 55.18º degrees, saturation: 0.57, 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 #BDB234 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 52 -
CMYK 0 0.06 0.72 0.26
HSL 55.18º 0.57% 0.47% -
HSV(B) 55.18º 0.72% 0.74% -
XYZ 37.53 42.91 9.55 -
YUV 166.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 189 178 52 0 0.06 0.72 0.26 55.18 0.57 0.47
Hex BD B2 34 0 6 48 1A 37 39 2F
Octal 275 262 64 0 6 110 32 67 71 57
Binary 10111101 10110010 110100 0 110 1001000 11010 110111 111001 101111

Color Harmonies of #BDB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB234

Black with #BDB234

Text Example


Text Example

White with #BDB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB234; }

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

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

background-color css

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

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

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

border-color css

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

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

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