Html Css Color HEX #BDB338 Brass

📋 copy color: '#BDB338'

red 189 ◦ green 179 ◦ blue 56

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

Shades of Brass #BDB338

Tints of Brass #BDB338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 44.58%
G = 42.22%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB338 (or 0xBDB338) is known color: Brass. HEX triplet: BD, B3 and 38. RGB value is (189,179,56). Sum of RGB (Red+Green+Blue) = 189+179+56=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB338 is #424CC7. Grayscale: #A8A8A8. Windows color (decimal): -4345032 or 3716029. OLE color: 3716029.

HSL color Cylindrical-coordinate representation of color #BDB338: hue angle of 55.49º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB338 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 56 -
CMYK 0 0.05 0.70 0.26
HSL 55.49º 0.54% 0.48% -
HSV(B) 55.49º 0.7% 0.74% -
XYZ 37.82 43.34 10.11 -
YUV 167.97 64.81 143 -
System Red Green Blue C M Y K H S L
Decimal 189 179 56 0 0.05 0.70 0.26 55.49 0.54 0.48
Hex BD B3 38 0 5 46 1A 37 36 30
Octal 275 263 70 0 5 106 32 67 66 60
Binary 10111101 10110011 111000 0 101 1000110 11010 110111 110110 110000

Color Harmonies of #BDB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB338

Black with #BDB338

Text Example


Text Example

White with #BDB338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB338; }

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

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

background-color css

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

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

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

border-color css

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

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

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