Html Css Color HEX #BDB236 Brass

📋 copy color: '#BDB236'

red 189 ◦ green 178 ◦ blue 54

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

Shades of Brass #BDB236

Tints of Brass #BDB236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 44.89%
G = 42.28%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB236 (or 0xBDB236) is known color: Brass. HEX triplet: BD, B2 and 36. RGB value is (189,178,54). Sum of RGB (Red+Green+Blue) = 189+178+54=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB236 is #424DC9. Grayscale: #A7A7A7. Windows color (decimal): -4345290 or 3584701. OLE color: 3584701.

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

Color convert

RGB 189 178 54 -
CMYK 0 0.06 0.71 0.26
HSL 55.11º 0.56% 0.48% -
HSV(B) 55.11º 0.71% 0.74% -
XYZ 37.57 42.93 9.8 -
YUV 167.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 189 178 54 0 0.06 0.71 0.26 55.11 0.56 0.48
Hex BD B2 36 0 6 47 1A 37 38 30
Octal 275 262 66 0 6 107 32 67 70 60
Binary 10111101 10110010 110110 0 110 1000111 11010 110111 111000 110000

Color Harmonies of #BDB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB236

Black with #BDB236

Text Example


Text Example

White with #BDB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB236; }

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

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

background-color css

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

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

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

border-color css

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

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

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