Html Css Color HEX #BDB03E Brass

📋 copy color: '#BDB03E'

red 189 ◦ green 176 ◦ blue 62

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

Shades of Brass #BDB03E

Tints of Brass #BDB03E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.22%

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 44.26%
G = 41.22%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB03E (or 0xBDB03E) is known color: Brass. HEX triplet: BD, B0 and 3E. RGB value is (189,176,62). Sum of RGB (Red+Green+Blue) = 189+176+62=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB03E is #424FC1. Grayscale: #A7A7A7. Windows color (decimal): -4345794 or 4108477. OLE color: 4108477.

HSL color Cylindrical-coordinate representation of color #BDB03E: hue angle of 53.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB03E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 62 -
CMYK 0 0.07 0.67 0.26
HSL 53.86º 0.51% 0.49% -
HSV(B) 53.86º 0.67% 0.74% -
XYZ 37.38 42.22 10.74 -
YUV 166.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 189 176 62 0 0.07 0.67 0.26 53.86 0.51 0.49
Hex BD B0 3E 0 7 43 1A 36 33 31
Octal 275 260 76 0 7 103 32 66 63 61
Binary 10111101 10110000 111110 0 111 1000011 11010 110110 110011 110001

Color Harmonies of #BDB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB03E

Black with #BDB03E

Text Example


Text Example

White with #BDB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB03E; }

 p { color: rgb(189,176,62); }

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

background-color css

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

 a { background-color: rgb(189,176,62); }

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

border-color css

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

 span { border-color: rgb(189,176,62); }

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