Html Css Color HEX #BDB135 Brass

📋 copy color: '#BDB135'

red 189 ◦ green 177 ◦ blue 53

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

Shades of Brass #BDB135

Tints of Brass #BDB135

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 45.11%
G = 42.24%
B = 12.65%

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

#BDB135 (or 0xBDB135) is known color: Brass. HEX triplet: BD, B1 and 35. RGB value is (189,177,53). Sum of RGB (Red+Green+Blue) = 189+177+53=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB135 is #424ECA. Grayscale: #A6A6A6. Windows color (decimal): -4345547 or 3518909. OLE color: 3518909.

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

Color convert

RGB 189 177 53 -
CMYK 0 0.06 0.72 0.26
HSL 54.71º 0.56% 0.47% -
HSV(B) 54.71º 0.72% 0.74% -
XYZ 37.35 42.52 9.61 -
YUV 166.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 189 177 53 0 0.06 0.72 0.26 54.71 0.56 0.47
Hex BD B1 35 0 6 48 1A 37 38 2F
Octal 275 261 65 0 6 110 32 67 70 57
Binary 10111101 10110001 110101 0 110 1001000 11010 110111 111000 101111

Color Harmonies of #BDB135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB135

Black with #BDB135

Text Example


Text Example

White with #BDB135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB135; }

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

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

background-color css

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

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

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

border-color css

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

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

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