Html Css Color HEX #BDB238 Brass

📋 copy color: '#BDB238'

red 189 ◦ green 178 ◦ blue 56

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

Shades of Brass #BDB238

Tints of Brass #BDB238

RGB

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

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

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

R = 44.68%
G = 42.08%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB238 (or 0xBDB238) is known color: Brass. HEX triplet: BD, B2 and 38. RGB value is (189,178,56). Sum of RGB (Red+Green+Blue) = 189+178+56=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB238 is #424DC7. Grayscale: #A7A7A7. Windows color (decimal): -4345288 or 3715773. OLE color: 3715773.

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

Color convert

RGB 189 178 56 -
CMYK 0 0.06 0.70 0.26
HSL 55.04º 0.54% 0.48% -
HSV(B) 55.04º 0.7% 0.74% -
XYZ 37.62 42.95 10.05 -
YUV 167.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 189 178 56 0 0.06 0.70 0.26 55.04 0.54 0.48
Hex BD B2 38 0 6 46 1A 37 36 30
Octal 275 262 70 0 6 106 32 67 66 60
Binary 10111101 10110010 111000 0 110 1000110 11010 110111 110110 110000

Color Harmonies of #BDB238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB238

Black with #BDB238

Text Example


Text Example

White with #BDB238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB238; }

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

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

background-color css

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

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

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

border-color css

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

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

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